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 @@ -6,14 +6,14 @@

black==24.4.2
bumpversion==0.5.3
coverage==7.5.3
flake8==7.0.0
coverage==7.5.4
flake8==7.1.0
isort==5.13.2
mypy==1.10.0
mypy==1.10.1
pip-tools==7.4.1
tox==4.11.4
twine==5.1.0
types-jsonschema==4.22.0.20240501
tox==4.16.0
twine==5.1.1
types-jsonschema==4.22.0.20240610
types-pyOpenSSL==24.1.0.20240425
types-pytz==2024.1.0.20240417
wheel==0.43.0
26 changes: 13 additions & 13 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ build==1.0.3
# via pip-tools
bumpversion==0.5.3
# via -r requirements-dev.in
cachetools==5.3.1
cachetools==5.3.3
# via tox
certifi==2024.7.4
# via
Expand All @@ -36,7 +36,7 @@ click==8.0.3
# pip-tools
colorama==0.4.6
# via tox
coverage==7.5.3
coverage==7.5.4
# via -r requirements-dev.in
cryptography==42.0.8
# via
Expand All @@ -47,11 +47,11 @@ distlib==0.3.7
# via virtualenv
docutils==0.19
# via readme-renderer
filelock==3.12.4
filelock==3.15.4
# via
# tox
# virtualenv
flake8==7.0.0
flake8==7.1.0
# via -r requirements-dev.in
idna==3.7
# via requests
Expand All @@ -74,7 +74,7 @@ mccabe==0.7.0
# via flake8
mdurl==0.1.2
# via markdown-it-py
mypy==1.10.0
mypy==1.10.1
# via -r requirements-dev.in
mypy-extensions==1.0.0
# via
Expand All @@ -93,14 +93,14 @@ pip-tools==7.4.1
# via -r requirements-dev.in
pkginfo==1.8.3
# via twine
platformdirs==3.11.0
platformdirs==4.2.2
# via
# black
# tox
# virtualenv
pluggy==1.3.0
pluggy==1.5.0
# via tox
pycodestyle==2.11.0
pycodestyle==2.12.0
# via flake8
pycparser==2.22
# via
Expand All @@ -112,7 +112,7 @@ pygments==2.15.0
# via
# readme-renderer
# rich
pyproject-api==1.6.1
pyproject-api==1.7.1
# via tox
pyproject-hooks==1.0.0
# via
Expand Down Expand Up @@ -151,13 +151,13 @@ tomli==2.0.1
# pyproject-api
# pyproject-hooks
# tox
tox==4.11.4
tox==4.16.0
# via -r requirements-dev.in
twine==5.1.0
twine==5.1.1
# via -r requirements-dev.in
types-cffi==1.16.0.20240331
# via types-pyopenssl
types-jsonschema==4.22.0.20240501
types-jsonschema==4.22.0.20240610
# via -r requirements-dev.in
types-pyopenssl==24.1.0.20240425
# via -r requirements-dev.in
Expand All @@ -175,7 +175,7 @@ urllib3==1.26.19
# via
# requests
# twine
virtualenv==20.24.5
virtualenv==20.26.3
# via tox
webencodings==0.5.1
# via bleach
Expand Down