@@ -16,17 +16,17 @@ babel==2.17.0
1616 # via sphinx
1717black==25.11.0 ; implementation_name == 'cpython'
1818 # via -r test-requirements.in
19- certifi==2025.10.5
19+ certifi==2025.11.12
2020 # via requests
2121cffi==2.0.0 ; os_name == 'nt' or platform_python_implementation != 'PyPy'
2222 # via
2323 # -r test-requirements.in
2424 # cryptography
25- cfgv==3.4 .0
25+ cfgv==3.5 .0
2626 # via pre-commit
2727charset-normalizer==3.4.4
2828 # via requests
29- click==8.3.0 ; implementation_name == 'cpython'
29+ click==8.3.1 ; implementation_name == 'cpython'
3030 # via black
3131codespell==2.4.1
3232 # via -r test-requirements.in
@@ -36,7 +36,7 @@ colorama==0.4.6 ; sys_platform == 'win32'
3636 # pylint
3737 # pytest
3838 # sphinx
39- coverage==7.11.3
39+ coverage==7.12.0
4040 # via -r test-requirements.in
4141cryptography==46.0.3
4242 # via
@@ -48,9 +48,11 @@ dill==0.4.0
4848 # via pylint
4949distlib==0.4.0
5050 # via virtualenv
51- docutils==0.21.2
51+ docutils==0.21.2 ; python_full_version < '3.11'
5252 # via sphinx
53- exceptiongroup==1.3.0 ; python_full_version < '3.11'
53+ docutils==0.22.3 ; python_full_version >= '3.11'
54+ # via sphinx
55+ exceptiongroup==1.3.1 ; python_full_version < '3.11'
5456 # via
5557 # -r test-requirements.in
5658 # pytest
@@ -73,11 +75,13 @@ jedi==0.19.2 ; implementation_name == 'cpython'
7375 # via -r test-requirements.in
7476jinja2==3.1.6
7577 # via sphinx
78+ librt==0.6.3 ; implementation_name == 'cpython'
79+ # via mypy
7680markupsafe==3.0.3
7781 # via jinja2
7882mccabe==0.7.0
7983 # via pylint
80- mypy==1.18.2
84+ mypy==1.19.0 ; implementation_name == 'cpython'
8185 # via -r test-requirements.in
8286mypy-extensions==1.1.0
8387 # via
@@ -97,7 +101,7 @@ packaging==25.0
97101 # sphinx
98102parso==0.8.5 ; implementation_name == 'cpython'
99103 # via jedi
100- pathspec==0.12.1
104+ pathspec==0.12.1 ; implementation_name == 'cpython'
101105 # via
102106 # black
103107 # mypy
@@ -108,31 +112,31 @@ platformdirs==4.5.0
108112 # virtualenv
109113pluggy==1.6.0
110114 # via pytest
111- pre-commit==4.4 .0
115+ pre-commit==4.5 .0
112116 # via -r test-requirements.in
113117pycparser==2.23 ; (implementation_name != 'PyPy' and os_name == 'nt') or (implementation_name != 'PyPy' and platform_python_implementation != 'PyPy')
114118 # via cffi
115119pygments==2.19.2
116120 # via
117121 # pytest
118122 # sphinx
119- pylint==4.0.2
123+ pylint==4.0.4
120124 # via -r test-requirements.in
121125pyopenssl==25.3.0
122126 # via -r test-requirements.in
123127pyright==1.1.407
124128 # via -r test-requirements.in
125- pytest==9.0.0
129+ pytest==9.0.1
126130 # via -r test-requirements.in
127131pytokens==0.3.0 ; implementation_name == 'cpython'
128132 # via black
129133pyyaml==6.0.3
130134 # via pre-commit
131135requests==2.32.5
132136 # via sphinx
133- roman-numerals-py ==3.1.0 ; python_full_version >= '3.11'
137+ roman-numerals==3.1.0 ; python_full_version >= '3.11'
134138 # via sphinx
135- ruff==0.14.6
139+ ruff==0.14.7
136140 # via -r test-requirements.in
137141sniffio==1.3.1
138142 # via -r test-requirements.in
@@ -142,7 +146,7 @@ sortedcontainers==2.4.0
142146 # via -r test-requirements.in
143147sphinx==8.1.3 ; python_full_version < '3.11'
144148 # via -r test-requirements.in
145- sphinx==8.2.3 ; python_full_version >= '3.11'
149+ sphinx==9.0.1 ; python_full_version >= '3.11'
146150 # via -r test-requirements.in
147151sphinxcontrib-applehelp==2.0.0
148152 # via sphinx
@@ -171,7 +175,7 @@ types-cffi==1.17.0.20250915
171175 # via
172176 # -r test-requirements.in
173177 # types-pyopenssl
174- types-docutils==0.22.2.20251006
178+ types-docutils==0.22.3.20251115
175179 # via -r test-requirements.in
176180types-pyopenssl==24.1.0.20240722
177181 # via -r test-requirements.in
@@ -192,7 +196,7 @@ typing-extensions==4.15.0
192196 # virtualenv
193197urllib3==2.5.0
194198 # via requests
195- uv==0.9.11
199+ uv==0.9.14
196200 # via -r test-requirements.in
197201virtualenv==20.35.4
198202 # via pre-commit
0 commit comments