Commit eb99767 1 parent 1afe96b commit eb99767 Copy full SHA for eb99767
File tree 3 files changed +14
-13
lines changed
3 files changed +14
-13
lines changed Original file line number Diff line number Diff line change 11
11
[build-system ]
12
12
requires = [
13
13
" setuptools==75.3.0" ,
14
- " wheel==0.45.0 " ,
14
+ " wheel==0.45.1 " ,
15
15
]
16
16
build-backend = " setuptools.build_meta"
17
17
Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ bumpversion==0.5.3
10
10
coverage==7.6.1
11
11
flake8==7.1.1
12
12
isort==5.13.2
13
- mypy==1.13.0
13
+ mypy==1.14.1
14
14
pip-tools==7.4.1
15
15
tox==4.23.2
16
- twine==5.1 .1
17
- types-jsonschema==4.23.0.20240813
18
- types-lxml==2024.11.8
16
+ twine==6.0 .1
17
+ types-jsonschema==4.23.0.20241208
18
+ types-lxml==2024.12.13
19
19
types-pyOpenSSL==24.1.0.20240722
20
- types-pytz==2024.2.0.20241003
21
- wheel==0.45.0
20
+ types-pytz==2024.2.0.20241221
21
+ wheel==0.45.1
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ mccabe==0.7.0
78
78
# via flake8
79
79
mdurl == 0.1.2
80
80
# via markdown-it-py
81
- mypy == 1.13.0
81
+ mypy == 1.14.1
82
82
# via -r requirements-dev.in
83
83
mypy-extensions == 1.0.0
84
84
# via
@@ -91,6 +91,7 @@ packaging==24.1
91
91
# build
92
92
# pyproject-api
93
93
# tox
94
+ # twine
94
95
pathspec == 0.9.0
95
96
# via black
96
97
pip-tools == 7.4.1
@@ -157,21 +158,21 @@ tomli==2.0.1
157
158
# tox
158
159
tox == 4.23.2
159
160
# via -r requirements-dev.in
160
- twine == 5.1 .1
161
+ twine == 6.0 .1
161
162
# via -r requirements-dev.in
162
163
types-beautifulsoup4 == 4.12.0.20240907
163
164
# via types-lxml
164
165
types-cffi == 1.16.0.20240331
165
166
# via types-pyopenssl
166
167
types-html5lib == 1.1.11.20240806
167
168
# via types-beautifulsoup4
168
- types-jsonschema == 4.23.0.20240813
169
+ types-jsonschema == 4.23.0.20241208
169
170
# via -r requirements-dev.in
170
- types-lxml == 2024.11.8
171
+ types-lxml == 2024.12.13
171
172
# via -r requirements-dev.in
172
173
types-pyopenssl == 24.1.0.20240722
173
174
# via -r requirements-dev.in
174
- types-pytz == 2024.2.0.20241003
175
+ types-pytz == 2024.2.0.20241221
175
176
# via -r requirements-dev.in
176
177
types-setuptools == 75.3.0.20241112
177
178
# via types-cffi
@@ -191,7 +192,7 @@ virtualenv==20.26.6
191
192
# via tox
192
193
webencodings == 0.5.1
193
194
# via bleach
194
- wheel == 0.45.0
195
+ wheel == 0.45.1
195
196
# via
196
197
# -r requirements-dev.in
197
198
# pip-tools
You can’t perform that action at this time.
0 commit comments