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 requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ coverage==7.1.0
flake8==6.0.0
isort==5.12.0
mypy==1.2.0
tox==3.25.1
tox==4.6.4
twine==3.1.1
types-jsonschema==4.17.0.6
types-pyOpenSSL==23.0.0.4
Expand Down
41 changes: 23 additions & 18 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
#
# pip-compile --strip-extras requirements-dev.in
#
appdirs==1.4.4
# via virtualenv
black==23.3.0
# via -r requirements-dev.in
bleach==5.0.1
# via readme-renderer
bumpversion==0.5.3
# via -r requirements-dev.in
cachetools==5.3.1
# via tox
certifi==2022.6.15
# via
# -c requirements.txt
Expand All @@ -20,10 +20,14 @@ cffi==1.15.1
# via
# -c requirements.txt
# cryptography
chardet==5.1.0
# via tox
charset-normalizer==3.1.0
# via requests
click==8.0.3
# via black
colorama==0.4.6
# via tox
coverage==7.1.0
# via -r requirements-dev.in
cryptography==41.0.2
Expand All @@ -35,7 +39,7 @@ distlib==0.3.6
# via virtualenv
docutils==0.19
# via readme-renderer
filelock==3.0.12
filelock==3.12.2
# via
# tox
# virtualenv
Expand All @@ -59,20 +63,22 @@ mypy-extensions==1.0.0
# via
# black
# mypy
packaging==23.0
packaging==23.1
# via
# -c requirements.txt
# black
# pyproject-api
# tox
pathspec==0.9.0
# via black
pkginfo==1.8.3
# via twine
platformdirs==2.4.1
# via black
pluggy==1.0.0
# via tox
py==1.10.0
platformdirs==3.9.1
# via
# black
# tox
# virtualenv
pluggy==1.2.0
# via tox
pycodestyle==2.10.0
# via flake8
Expand All @@ -84,6 +90,8 @@ pyflakes==3.0.1
# via flake8
pygments==2.15.0
# via readme-renderer
pyproject-api==1.5.3
# via tox
readme-renderer==35.0
# via twine
requests==2.31.0
Expand All @@ -95,17 +103,14 @@ requests-toolbelt==0.9.1
secretstorage==3.3.3
# via keyring
six==1.16.0
# via
# bleach
# tox
# virtualenv
toml==0.10.2
# via tox
tomli==2.0.0
# via bleach
tomli==2.0.1
# via
# black
# mypy
tox==3.25.1
# pyproject-api
# tox
tox==4.6.4
# via -r requirements-dev.in
tqdm==4.64.0
# via twine
Expand All @@ -124,7 +129,7 @@ typing-extensions==4.3.0
# mypy
urllib3==1.26.12
# via requests
virtualenv==20.4.3
virtualenv==20.24.1
# via tox
webencodings==0.5.1
# via bleach
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ lxml==4.9.2
# signxml
marshmallow==3.19.0
# via -r requirements.in
packaging==23.0
packaging==23.1
# via marshmallow
pkgutil-resolve-name==1.3.10
# via jsonschema
Expand Down