@@ -18,7 +18,7 @@ black==24.8.0 ; implementation_name == 'cpython'
18
18
# via -r test-requirements.in
19
19
certifi==2024.8.30
20
20
# via requests
21
- cffi==1.17.0 ; platform_python_implementation != 'PyPy' or os_name == 'nt'
21
+ cffi==1.17.1 ; platform_python_implementation != 'PyPy' or os_name == 'nt'
22
22
# via
23
23
# -r test-requirements.in
24
24
# cryptography
@@ -36,28 +36,28 @@ colorama==0.4.6 ; (implementation_name != 'cpython' and sys_platform == 'win32')
36
36
# sphinx
37
37
coverage==7.6.1
38
38
# via -r test-requirements.in
39
- cryptography==43.0.0
39
+ cryptography==43.0.1
40
40
# via
41
41
# -r test-requirements.in
42
42
# pyopenssl
43
43
# trustme
44
44
# types-pyopenssl
45
- dill==0.3.8
45
+ dill==0.3.9
46
46
# via pylint
47
47
docutils==0.20.1
48
48
# via sphinx
49
49
exceptiongroup==1.2.2 ; python_full_version < '3.11'
50
50
# via
51
51
# -r test-requirements.in
52
52
# pytest
53
- idna==3.8
53
+ idna==3.10
54
54
# via
55
55
# -r test-requirements.in
56
56
# requests
57
57
# trustme
58
58
imagesize==1.4.1
59
59
# via sphinx
60
- importlib-metadata==8.4 .0 ; python_full_version < '3.10'
60
+ importlib-metadata==8.5 .0 ; python_full_version < '3.10'
61
61
# via sphinx
62
62
iniconfig==2.0.0
63
63
# via pytest
@@ -91,7 +91,7 @@ parso==0.8.4 ; implementation_name == 'cpython'
91
91
# via jedi
92
92
pathspec==0.12.1 ; implementation_name == 'cpython'
93
93
# via black
94
- platformdirs==4.2.2
94
+ platformdirs==4.3.6
95
95
# via
96
96
# black
97
97
# pylint
@@ -105,15 +105,15 @@ pylint==3.2.7
105
105
# via -r test-requirements.in
106
106
pyopenssl==24.2.1
107
107
# via -r test-requirements.in
108
- pyright==1.1.381
108
+ pyright==1.1.382.post1
109
109
# via -r test-requirements.in
110
- pytest==8.3.2
110
+ pytest==8.3.3
111
111
# via -r test-requirements.in
112
- pytz==2024.1 ; python_full_version < '3.9'
112
+ pytz==2024.2 ; python_full_version < '3.9'
113
113
# via babel
114
114
requests==2.32.3
115
115
# via sphinx
116
- ruff==0.6.3
116
+ ruff==0.6.8
117
117
# via -r test-requirements.in
118
118
sniffio==1.3.1
119
119
# via -r test-requirements.in
@@ -149,11 +149,11 @@ types-cffi==1.16.0.20240331
149
149
# via
150
150
# -r test-requirements.in
151
151
# types-pyopenssl
152
- types-docutils==0.21.0.20240724
152
+ types-docutils==0.21.0.20240907
153
153
# via -r test-requirements.in
154
154
types-pyopenssl==24.1.0.20240722
155
155
# via -r test-requirements.in
156
- types-setuptools==74.0 .0.20240831
156
+ types-setuptools==75.1 .0.20240917
157
157
# via types-cffi
158
158
typing-extensions==4.12.2
159
159
# via
@@ -162,9 +162,10 @@ typing-extensions==4.12.2
162
162
# black
163
163
# mypy
164
164
# pylint
165
- urllib3==2.2.2
165
+ # pyright
166
+ urllib3==2.2.3
166
167
# via requests
167
- uv==0.4.1
168
+ uv==0.4.17
168
169
# via -r test-requirements.in
169
- zipp==3.20.1 ; python_full_version < '3.10'
170
+ zipp==3.20.2 ; python_full_version < '3.10'
170
171
# via importlib-metadata
0 commit comments