@@ -26,13 +26,13 @@ click==8.1.8 ; python_full_version < '3.10'
26
26
# via
27
27
# click-log
28
28
# scriv
29
- click==8.2.1 ; python_full_version >= '3.10'
29
+ click==8.3.0 ; python_full_version >= '3.10'
30
30
# via
31
31
# click-log
32
32
# scriv
33
33
click-log==0.4.0
34
34
# via scriv
35
- cogapp==3.5.1
35
+ cogapp==3.6.0
36
36
# via -r requirements/dev.in
37
37
colorama==0.4.6
38
38
# via
@@ -43,13 +43,13 @@ colorama==0.4.6
43
43
# pylint
44
44
# pytest
45
45
# tox
46
- cryptography==45 .0.7 ; platform_machine != 'ppc64le' and platform_machine != 's390x' and sys_platform == 'linux'
46
+ cryptography==46 .0.1 ; platform_machine != 'ppc64le' and platform_machine != 's390x' and sys_platform == 'linux'
47
47
# via secretstorage
48
48
dill==0.4.0
49
49
# via pylint
50
50
distlib==0.4.0
51
51
# via virtualenv
52
- docutils==0.22
52
+ docutils==0.22.2
53
53
# via readme-renderer
54
54
exceptiongroup==1.3.0 ; python_full_version < '3.11'
55
55
# via
@@ -65,7 +65,7 @@ flaky==3.8.1
65
65
# via -r requirements/pytest.in
66
66
greenlet==3.2.4
67
67
# via -r requirements/dev.in
68
- hypothesis==6.138.15
68
+ hypothesis==6.139.2
69
69
# via -r requirements/pytest.in
70
70
id==1.5.0
71
71
# via twine
@@ -141,7 +141,7 @@ pluggy==1.6.0
141
141
# tox
142
142
pudb==2025.1
143
143
# via -r requirements/dev.in
144
- pycparser==2.22 ; implementation_name != 'PyPy' and platform_machine != 'ppc64le' and platform_machine != 's390x' and platform_python_implementation != 'PyPy' and sys_platform == 'linux'
144
+ pycparser==2.23 ; implementation_name != 'PyPy' and platform_machine != 'ppc64le' and platform_machine != 's390x' and platform_python_implementation != 'PyPy' and sys_platform == 'linux'
145
145
# via cffi
146
146
pygments==2.19.2
147
147
# via
@@ -181,11 +181,13 @@ rfc3986==2.0.0
181
181
# via twine
182
182
rich==14.1.0
183
183
# via twine
184
- ruff==0.12.12
184
+ ruff==0.13.1
185
185
# via -r requirements/dev.in
186
186
scriv==1.7.0
187
187
# via -r requirements/dev.in
188
- secretstorage==3.3.3 ; platform_machine != 'ppc64le' and platform_machine != 's390x' and sys_platform == 'linux'
188
+ secretstorage==3.3.3 ; python_full_version < '3.10' and platform_machine != 'ppc64le' and platform_machine != 's390x' and sys_platform == 'linux'
189
+ # via keyring
190
+ secretstorage==3.4.0 ; python_full_version >= '3.10' and platform_machine != 'ppc64le' and platform_machine != 's390x' and sys_platform == 'linux'
189
191
# via keyring
190
192
setuptools==80.9.0
191
193
# via
@@ -216,6 +218,7 @@ twine==6.2.0
216
218
typing-extensions==4.15.0 ; python_full_version < '3.11'
217
219
# via
218
220
# astroid
221
+ # cryptography
219
222
# exceptiongroup
220
223
# pylint
221
224
# tox
@@ -224,7 +227,7 @@ urllib3==2.5.0
224
227
# via
225
228
# requests
226
229
# twine
227
- urwid==3.0.2
230
+ urwid==3.0.3
228
231
# via
229
232
# pudb
230
233
# urwid-readline
0 commit comments