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

-c requirements.txt

black==23.10.1
black==23.12.1
bumpversion==0.5.3
coverage==7.3.2
coverage==7.4.0
flake8==6.1.0
isort==5.12.0
mypy==1.6.1
isort==5.13.2
mypy==1.8.0
pip-tools==7.3.0
tox==4.11.3
tox==4.11.4
twine==4.0.2
types-jsonschema==4.19.0.4
types-jsonschema==4.20.0.0
types-pyOpenSSL==23.3.0.0
types-pytz==2023.3.1.1
wheel==0.41.3
wheel==0.42.0
14 changes: 7 additions & 7 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ attrs==23.1.0
# via
# -c requirements.txt
# referencing
black==23.10.1
black==23.12.1
# via -r requirements-dev.in
bleach==5.0.1
# via readme-renderer
Expand Down Expand Up @@ -36,7 +36,7 @@ click==8.0.3
# pip-tools
colorama==0.4.6
# via tox
coverage==7.3.2
coverage==7.4.0
# via -r requirements-dev.in
cryptography==41.0.6
# via
Expand All @@ -60,7 +60,7 @@ importlib-metadata==6.1.0
# -c requirements.txt
# build
# twine
isort==5.12.0
isort==5.13.2
# via -r requirements-dev.in
jeepney==0.8.0
# via
Expand All @@ -74,7 +74,7 @@ mccabe==0.7.0
# via flake8
mdurl==0.1.2
# via markdown-it-py
mypy==1.6.1
mypy==1.8.0
# via -r requirements-dev.in
mypy-extensions==1.0.0
# via
Expand Down Expand Up @@ -149,11 +149,11 @@ tomli==2.0.1
# pyproject-api
# pyproject-hooks
# tox
tox==4.11.3
tox==4.11.4
# via -r requirements-dev.in
twine==4.0.2
# via -r requirements-dev.in
types-jsonschema==4.19.0.4
types-jsonschema==4.20.0.0
# via -r requirements-dev.in
types-pyopenssl==23.3.0.0
# via -r requirements-dev.in
Expand All @@ -173,7 +173,7 @@ virtualenv==20.24.5
# via tox
webencodings==0.5.1
# via bleach
wheel==0.41.3
wheel==0.42.0
# via
# -r requirements-dev.in
# pip-tools
Expand Down