@@ -26,13 +26,13 @@ click==8.1.8 ; python_full_version < '3.10'
2626 # via
2727 # click-log
2828 # scriv
29- click==8.2.1 ; python_full_version >= '3.10'
29+ click==8.3.0 ; python_full_version >= '3.10'
3030 # via
3131 # click-log
3232 # scriv
3333click-log==0.4.0
3434 # via scriv
35- cogapp==3.5.1
35+ cogapp==3.6.0
3636 # via -r requirements/dev.in
3737colorama==0.4.6
3838 # via
@@ -43,13 +43,13 @@ colorama==0.4.6
4343 # pylint
4444 # pytest
4545 # 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'
4747 # via secretstorage
4848dill==0.4.0
4949 # via pylint
5050distlib==0.4.0
5151 # via virtualenv
52- docutils==0.22
52+ docutils==0.22.2
5353 # via readme-renderer
5454exceptiongroup==1.3.0 ; python_full_version < '3.11'
5555 # via
@@ -65,7 +65,7 @@ flaky==3.8.1
6565 # via -r requirements/pytest.in
6666greenlet==3.2.4
6767 # via -r requirements/dev.in
68- hypothesis==6.138.15
68+ hypothesis==6.139.2
6969 # via -r requirements/pytest.in
7070id==1.5.0
7171 # via twine
@@ -141,7 +141,7 @@ pluggy==1.6.0
141141 # tox
142142pudb==2025.1
143143 # 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'
145145 # via cffi
146146pygments==2.19.2
147147 # via
@@ -181,11 +181,13 @@ rfc3986==2.0.0
181181 # via twine
182182rich==14.1.0
183183 # via twine
184- ruff==0.12.12
184+ ruff==0.13.1
185185 # via -r requirements/dev.in
186186scriv==1.7.0
187187 # 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'
189191 # via keyring
190192setuptools==80.9.0
191193 # via
@@ -216,6 +218,7 @@ twine==6.2.0
216218typing-extensions==4.15.0 ; python_full_version < '3.11'
217219 # via
218220 # astroid
221+ # cryptography
219222 # exceptiongroup
220223 # pylint
221224 # tox
@@ -224,7 +227,7 @@ urllib3==2.5.0
224227 # via
225228 # requests
226229 # twine
227- urwid==3.0.2
230+ urwid==3.0.3
228231 # via
229232 # pudb
230233 # urwid-readline
0 commit comments