@@ -6,11 +6,11 @@ alabaster==1.0.0 ; python_full_version >= '3.10'
6
6
# via sphinx
7
7
astor==0.8.1
8
8
# via -r test-requirements.in
9
- astroid==3.3.8
9
+ astroid==3.3.9
10
10
# via pylint
11
11
async-generator==1.10
12
12
# via -r test-requirements.in
13
- attrs==25.1 .0
13
+ attrs==25.3 .0
14
14
# via
15
15
# -r test-requirements.in
16
16
# outcome
@@ -38,9 +38,9 @@ colorama==0.4.6 ; sys_platform == 'win32'
38
38
# pylint
39
39
# pytest
40
40
# sphinx
41
- coverage==7.6.12
41
+ coverage==7.8.0
42
42
# via -r test-requirements.in
43
- cryptography==44.0.1
43
+ cryptography==44.0.2
44
44
# via
45
45
# -r test-requirements.in
46
46
# pyopenssl
@@ -56,9 +56,9 @@ exceptiongroup==1.2.2 ; python_full_version < '3.11'
56
56
# via
57
57
# -r test-requirements.in
58
58
# pytest
59
- filelock==3.17 .0
59
+ filelock==3.18 .0
60
60
# via virtualenv
61
- identify==2.6.8
61
+ identify==2.6.9
62
62
# via pre-commit
63
63
idna==3.10
64
64
# via
@@ -69,13 +69,13 @@ imagesize==1.4.1
69
69
# via sphinx
70
70
importlib-metadata==8.6.1 ; python_full_version < '3.10'
71
71
# via sphinx
72
- iniconfig==2.0 .0
72
+ iniconfig==2.1 .0
73
73
# via pytest
74
74
isort==6.0.1
75
75
# via pylint
76
76
jedi==0.19.2 ; implementation_name == 'cpython'
77
77
# via -r test-requirements.in
78
- jinja2==3.1.5
78
+ jinja2==3.1.6
79
79
# via sphinx
80
80
markupsafe==3.0.2
81
81
# via jinja2
@@ -92,7 +92,7 @@ nodeenv==1.9.1
92
92
# via
93
93
# pre-commit
94
94
# pyright
95
- orjson==3.10.15 ; python_full_version < '3.14' and implementation_name == 'cpython'
95
+ orjson==3.10.16 ; python_full_version < '3.14' and implementation_name == 'cpython'
96
96
# via -r test-requirements.in
97
97
outcome==1.3.0.post0
98
98
# via -r test-requirements.in
@@ -105,26 +105,26 @@ parso==0.8.4 ; implementation_name == 'cpython'
105
105
# via jedi
106
106
pathspec==0.12.1 ; implementation_name == 'cpython'
107
107
# via black
108
- platformdirs==4.3.6
108
+ platformdirs==4.3.7
109
109
# via
110
110
# black
111
111
# pylint
112
112
# virtualenv
113
113
pluggy==1.5.0
114
114
# via pytest
115
- pre-commit==4.1 .0
115
+ pre-commit==4.2 .0
116
116
# via -r test-requirements.in
117
117
pycparser==2.22 ; os_name == 'nt' or platform_python_implementation != 'PyPy'
118
118
# via cffi
119
119
pygments==2.19.1
120
120
# via sphinx
121
- pylint==3.3.4
121
+ pylint==3.3.6
122
122
# via -r test-requirements.in
123
123
pyopenssl==25.0.0
124
124
# via -r test-requirements.in
125
- pyright==1.1.395
125
+ pyright==1.1.398
126
126
# via -r test-requirements.in
127
- pytest==8.3.4
127
+ pytest==8.3.5
128
128
# via -r test-requirements.in
129
129
pyyaml==6.0.2
130
130
# via pre-commit
@@ -134,6 +134,8 @@ roman-numerals-py==3.1.0 ; python_full_version >= '3.11'
134
134
# via sphinx
135
135
ruff==0.11.2
136
136
# via -r test-requirements.in
137
+ setuptools==78.1.0
138
+ # via types-setuptools
137
139
sniffio==1.3.1
138
140
# via -r test-requirements.in
139
141
snowballstemmer==2.2.0
@@ -144,7 +146,7 @@ sphinx==7.4.7 ; python_full_version < '3.10'
144
146
# via -r test-requirements.in
145
147
sphinx==8.1.3 ; python_full_version == '3.10.*'
146
148
# via -r test-requirements.in
147
- sphinx==8.2.1 ; python_full_version >= '3.11'
149
+ sphinx==8.2.3 ; python_full_version >= '3.11'
148
150
# via -r test-requirements.in
149
151
sphinxcontrib-applehelp==2.0.0
150
152
# via sphinx
@@ -169,17 +171,17 @@ tomlkit==0.13.2
169
171
# via pylint
170
172
trustme==1.2.1
171
173
# via -r test-requirements.in
172
- types-cffi==1.16 .0.20241221
174
+ types-cffi==1.17 .0.20250326
173
175
# via
174
176
# -r test-requirements.in
175
177
# types-pyopenssl
176
178
types-docutils==0.21.0.20241128
177
179
# via -r test-requirements.in
178
180
types-pyopenssl==24.1.0.20240722
179
181
# via -r test-requirements.in
180
- types-setuptools==75.8 .0.20250225
182
+ types-setuptools==78.1 .0.20250329
181
183
# via types-cffi
182
- typing-extensions==4.12.2
184
+ typing-extensions==4.13.0
183
185
# via
184
186
# -r test-requirements.in
185
187
# astroid
@@ -190,9 +192,9 @@ typing-extensions==4.12.2
190
192
# pyright
191
193
urllib3==2.3.0
192
194
# via requests
193
- uv==0.6.9
195
+ uv==0.6.11
194
196
# via -r test-requirements.in
195
- virtualenv==20.29.2
197
+ virtualenv==20.30.0
196
198
# via pre-commit
197
199
zipp==3.21.0 ; python_full_version < '3.10'
198
200
# via importlib-metadata
0 commit comments