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
12 changes: 6 additions & 6 deletions requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
-c requirements.txt

black==25.1.0
build==1.2.2.post1
build==1.3.0
bumpversion==0.5.3
coverage==7.9.1
coverage==7.10.4
flake8==7.3.0
isort==6.0.1
mypy==1.16.1
mypy==1.17.1
pip-tools==7.4.1
tox==4.27.0
twine==6.1.0
types-jsonschema==4.24.0.20250528
types-jsonschema==4.25.0.20250809
types-lxml==2025.3.30
types-pytz==2025.2.0.20250516
types-setuptools==80.9.0.20250529
types-pytz==2025.2.0.20250809
types-setuptools==80.9.0.20250809
12 changes: 6 additions & 6 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ black==25.1.0
# via -r requirements-dev.in
bleach==5.0.1
# via readme-renderer
build==1.2.2.post1
build==1.3.0
# via
# -r requirements-dev.in
# pip-tools
Expand All @@ -40,7 +40,7 @@ click==8.0.3
# pip-tools
colorama==0.4.6
# via tox
coverage==7.9.1
coverage==7.10.4
# via -r requirements-dev.in
cryptography==45.0.4
# via
Expand Down Expand Up @@ -81,7 +81,7 @@ mccabe==0.7.0
# via flake8
mdurl==0.1.2
# via markdown-it-py
mypy==1.16.1
mypy==1.17.1
# via -r requirements-dev.in
mypy-extensions==1.0.0
# via
Expand Down Expand Up @@ -168,13 +168,13 @@ twine==6.1.0
# via -r requirements-dev.in
types-html5lib==1.1.11.20241018
# via types-lxml
types-jsonschema==4.24.0.20250528
types-jsonschema==4.25.0.20250809
# via -r requirements-dev.in
types-lxml==2025.3.30
# via -r requirements-dev.in
types-pytz==2025.2.0.20250516
types-pytz==2025.2.0.20250809
# via -r requirements-dev.in
types-setuptools==80.9.0.20250529
types-setuptools==80.9.0.20250809
# via -r requirements-dev.in
typing-extensions==4.14.0
# via
Expand Down
Loading