Skip to content
Closed
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 @@ -4,16 +4,16 @@

-c requirements.txt

black==23.12.1
black==24.1.1
bumpversion==0.5.3
coverage==7.4.0
flake8==6.1.0
coverage==7.4.1
flake8==7.0.0
isort==5.13.2
mypy==1.8.0
pip-tools==7.3.0
tox==4.11.4
twine==4.0.2
types-jsonschema==4.20.0.0
types-pyOpenSSL==23.3.0.0
types-pytz==2023.3.1.1
types-jsonschema==4.21.0.20240118
types-pyOpenSSL==24.0.0.20240130
types-pytz==2023.4.0.20240130
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.12.1
black==24.1.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.4.0
coverage==7.4.1
# via -r requirements-dev.in
cryptography==41.0.7
# via
Expand All @@ -51,7 +51,7 @@ filelock==3.12.4
# via
# tox
# virtualenv
flake8==6.1.0
flake8==7.0.0
# via -r requirements-dev.in
idna==2.10
# via requests
Expand Down Expand Up @@ -106,7 +106,7 @@ pycparser==2.20
# via
# -c requirements.txt
# cffi
pyflakes==3.1.0
pyflakes==3.2.0
# via flake8
pygments==2.15.0
# via
Expand Down Expand Up @@ -153,11 +153,11 @@ tox==4.11.4
# via -r requirements-dev.in
twine==4.0.2
# via -r requirements-dev.in
types-jsonschema==4.20.0.0
types-jsonschema==4.21.0.20240118
# via -r requirements-dev.in
types-pyopenssl==23.3.0.0
types-pyopenssl==24.0.0.20240130
# via -r requirements-dev.in
types-pytz==2023.3.1.1
types-pytz==2023.4.0.20240130
# via -r requirements-dev.in
typing-extensions==4.7.1
# via
Expand Down