@@ -18,15 +18,15 @@ babel==2.17.0
18
18
# via sphinx
19
19
black==25.1.0 ; implementation_name == 'cpython'
20
20
# via -r test-requirements.in
21
- certifi==2025.7.14
21
+ certifi==2025.8.3
22
22
# via requests
23
23
cffi==1.17.1 ; os_name == 'nt' or platform_python_implementation != 'PyPy'
24
24
# via
25
25
# -r test-requirements.in
26
26
# cryptography
27
27
cfgv==3.4.0
28
28
# via pre-commit
29
- charset-normalizer==3.4.2
29
+ charset-normalizer==3.4.3
30
30
# via requests
31
31
click==8.1.8 ; python_full_version < '3.10' and implementation_name == 'cpython'
32
32
# via black
@@ -40,9 +40,9 @@ colorama==0.4.6 ; sys_platform == 'win32'
40
40
# pylint
41
41
# pytest
42
42
# sphinx
43
- coverage==7.10.1
43
+ coverage==7.10.5
44
44
# via -r test-requirements.in
45
- cryptography==45.0.5
45
+ cryptography==45.0.6
46
46
# via
47
47
# -r test-requirements.in
48
48
# pyopenssl
@@ -58,9 +58,9 @@ exceptiongroup==1.3.0 ; python_full_version < '3.11'
58
58
# via
59
59
# -r test-requirements.in
60
60
# pytest
61
- filelock==3.18.0
61
+ filelock==3.19.1
62
62
# via virtualenv
63
- identify==2.6.12
63
+ identify==2.6.13
64
64
# via pre-commit
65
65
idna==3.10
66
66
# via
@@ -94,7 +94,7 @@ nodeenv==1.9.1
94
94
# via
95
95
# pre-commit
96
96
# pyright
97
- orjson==3.11.1 ; python_full_version < '3.14' and implementation_name == 'cpython'
97
+ orjson==3.11.2 ; implementation_name == 'cpython'
98
98
# via -r test-requirements.in
99
99
outcome==1.3.0.post0
100
100
# via -r test-requirements.in
@@ -103,14 +103,8 @@ packaging==25.0
103
103
# black
104
104
# pytest
105
105
# sphinx
106
- parso==0.8.4 ; python_full_version < '3.14' and implementation_name == 'cpython'
107
- # via
108
- # -r test-requirements.in
109
- # jedi
110
- parso @ git+https://github.com/davidhalter/parso.git@a73af5c709a292cbb789bf6cab38b20559f166c0 ; python_full_version >= '3.14'
111
- # via
112
- # -r test-requirements.in
113
- # jedi
106
+ parso==0.8.5 ; implementation_name == 'cpython'
107
+ # via jedi
114
108
pathspec==0.12.1
115
109
# via
116
110
# black
@@ -122,29 +116,29 @@ platformdirs==4.3.8
122
116
# virtualenv
123
117
pluggy==1.6.0
124
118
# via pytest
125
- pre-commit==4.2 .0
119
+ pre-commit==4.3 .0
126
120
# via -r test-requirements.in
127
121
pycparser==2.22 ; os_name == 'nt' or platform_python_implementation != 'PyPy'
128
122
# via cffi
129
123
pygments==2.19.2
130
124
# via
131
125
# pytest
132
126
# sphinx
133
- pylint==3.3.7
127
+ pylint==3.3.8
134
128
# via -r test-requirements.in
135
129
pyopenssl==25.1.0
136
130
# via -r test-requirements.in
137
- pyright==1.1.403
131
+ pyright==1.1.404
138
132
# via -r test-requirements.in
139
133
pytest==8.4.1
140
134
# via -r test-requirements.in
141
135
pyyaml==6.0.2
142
136
# via pre-commit
143
- requests==2.32.4
137
+ requests==2.32.5
144
138
# via sphinx
145
139
roman-numerals-py==3.1.0 ; python_full_version >= '3.11'
146
140
# via sphinx
147
- ruff==0.12.9
141
+ ruff==0.12.10
148
142
# via -r test-requirements.in
149
143
sniffio==1.3.1
150
144
# via -r test-requirements.in
@@ -181,17 +175,17 @@ tomlkit==0.13.3
181
175
# via pylint
182
176
trustme==1.2.1
183
177
# via -r test-requirements.in
184
- types-cffi==1.17.0.20250523
178
+ types-cffi==1.17.0.20250822
185
179
# via
186
180
# -r test-requirements.in
187
181
# types-pyopenssl
188
- types-docutils==0.21 .0.20250728
182
+ types-docutils==0.22 .0.20250822
189
183
# via -r test-requirements.in
190
184
types-pyopenssl==24.1.0.20240722
191
185
# via -r test-requirements.in
192
- types-pyyaml==6.0.12.20250516
186
+ types-pyyaml==6.0.12.20250822
193
187
# via -r test-requirements.in
194
- types-setuptools==80.9.0.20250529
188
+ types-setuptools==80.9.0.20250822
195
189
# via types-cffi
196
190
typing-extensions==4.14.1
197
191
# via
@@ -203,11 +197,12 @@ typing-extensions==4.14.1
203
197
# pylint
204
198
# pyopenssl
205
199
# pyright
200
+ # virtualenv
206
201
urllib3==2.5.0
207
202
# via requests
208
- uv==0.8.11
203
+ uv==0.8.13
209
204
# via -r test-requirements.in
210
- virtualenv==20.32 .0
205
+ virtualenv==20.34 .0
211
206
# via pre-commit
212
207
zipp==3.23.0 ; python_full_version < '3.10'
213
208
# via importlib-metadata
0 commit comments