Skip to content
Merged
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.44.0",
"wheel==0.45.0",
]
build-backend = "setuptools.build_meta"

Expand Down
10 changes: 5 additions & 5 deletions requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
-c requirements.txt

black==24.8.0
build==1.2.2
build==1.2.2.post1
bumpversion==0.5.3
coverage==7.6.1
flake8==7.1.1
isort==5.13.2
mypy==1.13.0
pip-tools==7.4.1
tox==4.21.0
tox==4.23.2
twine==5.1.1
types-jsonschema==4.23.0.20240813
types-lxml==2024.9.16
types-lxml==2024.11.8
types-pyOpenSSL==24.1.0.20240722
types-pytz==2024.2.0.20240913
wheel==0.44.0
types-pytz==2024.2.0.20241003
wheel==0.45.0
10 changes: 5 additions & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ black==24.8.0
# via -r requirements-dev.in
bleach==5.0.1
# via readme-renderer
build==1.2.2
build==1.2.2.post1
# via
# -r requirements-dev.in
# pip-tools
Expand Down Expand Up @@ -155,7 +155,7 @@ tomli==2.0.1
# pyproject-api
# pyproject-hooks
# tox
tox==4.21.0
tox==4.23.2
# via -r requirements-dev.in
twine==5.1.1
# via -r requirements-dev.in
Expand All @@ -167,11 +167,11 @@ types-html5lib==1.1.11.20240806
# via types-beautifulsoup4
types-jsonschema==4.23.0.20240813
# via -r requirements-dev.in
types-lxml==2024.9.16
types-lxml==2024.11.8
# via -r requirements-dev.in
types-pyopenssl==24.1.0.20240722
# via -r requirements-dev.in
types-pytz==2024.2.0.20240913
types-pytz==2024.2.0.20241003
# via -r requirements-dev.in
types-setuptools==69.5.0.20240415
# via types-cffi
Expand All @@ -191,7 +191,7 @@ virtualenv==20.26.6
# via tox
webencodings==0.5.1
# via bleach
wheel==0.44.0
wheel==0.45.0
# via
# -r requirements-dev.in
# pip-tools
Expand Down