Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): Bump the development-dependencies group across 1 directory with 3 updates #741

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[build-system]
requires = [
"setuptools==70.3.0",
"wheel==0.45.0",
"wheel==0.45.1",
]
build-backend = "setuptools.build_meta"

Expand Down
6 changes: 3 additions & 3 deletions requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ isort==5.13.2
mypy==1.13.0
pip-tools==7.4.1
tox==4.23.2
twine==5.1.1
types-jsonschema==4.23.0.20240813
twine==6.0.1
types-jsonschema==4.23.0.20241208
types-lxml==2024.11.8
types-pyOpenSSL==24.1.0.20240722
types-pytz==2024.2.0.20241003
wheel==0.45.0
wheel==0.45.1
7 changes: 4 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ packaging==24.1
# build
# pyproject-api
# tox
# twine
pathspec==0.9.0
# via black
pip-tools==7.4.1
Expand Down Expand Up @@ -157,15 +158,15 @@ tomli==2.0.1
# tox
tox==4.23.2
# via -r requirements-dev.in
twine==5.1.1
twine==6.0.1
# via -r requirements-dev.in
types-beautifulsoup4==4.12.0.20240907
# via types-lxml
types-cffi==1.16.0.20240331
# via types-pyopenssl
types-html5lib==1.1.11.20240806
# via types-beautifulsoup4
types-jsonschema==4.23.0.20240813
types-jsonschema==4.23.0.20241208
# via -r requirements-dev.in
types-lxml==2024.11.8
# via -r requirements-dev.in
Expand All @@ -191,7 +192,7 @@ virtualenv==20.26.6
# via tox
webencodings==0.5.1
# via bleach
wheel==0.45.0
wheel==0.45.1
# via
# -r requirements-dev.in
# pip-tools
Expand Down
Loading