Skip to content

Commit 576b8b2

Browse files
authored
Merge pull request #746 from cordada/dependabot/pip/development-dependencies-c00d84f41c
chore(deps): Bump the development-dependencies group with 6 updates
2 parents 1afe96b + eb99767 commit 576b8b2

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
[build-system]
1212
requires = [
1313
"setuptools==75.3.0",
14-
"wheel==0.45.0",
14+
"wheel==0.45.1",
1515
]
1616
build-backend = "setuptools.build_meta"
1717

requirements-dev.in

+6-6
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ bumpversion==0.5.3
1010
coverage==7.6.1
1111
flake8==7.1.1
1212
isort==5.13.2
13-
mypy==1.13.0
13+
mypy==1.14.1
1414
pip-tools==7.4.1
1515
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
1919
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

requirements-dev.txt

+7-6
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ mccabe==0.7.0
7878
# via flake8
7979
mdurl==0.1.2
8080
# via markdown-it-py
81-
mypy==1.13.0
81+
mypy==1.14.1
8282
# via -r requirements-dev.in
8383
mypy-extensions==1.0.0
8484
# via
@@ -91,6 +91,7 @@ packaging==24.1
9191
# build
9292
# pyproject-api
9393
# tox
94+
# twine
9495
pathspec==0.9.0
9596
# via black
9697
pip-tools==7.4.1
@@ -157,21 +158,21 @@ tomli==2.0.1
157158
# tox
158159
tox==4.23.2
159160
# via -r requirements-dev.in
160-
twine==5.1.1
161+
twine==6.0.1
161162
# via -r requirements-dev.in
162163
types-beautifulsoup4==4.12.0.20240907
163164
# via types-lxml
164165
types-cffi==1.16.0.20240331
165166
# via types-pyopenssl
166167
types-html5lib==1.1.11.20240806
167168
# via types-beautifulsoup4
168-
types-jsonschema==4.23.0.20240813
169+
types-jsonschema==4.23.0.20241208
169170
# via -r requirements-dev.in
170-
types-lxml==2024.11.8
171+
types-lxml==2024.12.13
171172
# via -r requirements-dev.in
172173
types-pyopenssl==24.1.0.20240722
173174
# via -r requirements-dev.in
174-
types-pytz==2024.2.0.20241003
175+
types-pytz==2024.2.0.20241221
175176
# via -r requirements-dev.in
176177
types-setuptools==75.3.0.20241112
177178
# via types-cffi
@@ -191,7 +192,7 @@ virtualenv==20.26.6
191192
# via tox
192193
webencodings==0.5.1
193194
# via bleach
194-
wheel==0.45.0
195+
wheel==0.45.1
195196
# via
196197
# -r requirements-dev.in
197198
# pip-tools

0 commit comments

Comments
 (0)