Skip to content

Commit

Permalink
Upgrade all dev the dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilStenstrom committed Jul 12, 2024
1 parent 1d8d516 commit c89b018
Showing 1 changed file with 62 additions and 60 deletions.
122 changes: 62 additions & 60 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,140 +1,142 @@
#
# This file is autogenerated by pip-compile with python 3.11
# To update, run:
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile requirements-dev.in
#
attrs==22.2.0
# via pytest
bleach==5.0.1
# via readme-renderer
build==0.9.0
build==1.2.1
# via pip-tools
cachetools==5.2.0
cachetools==5.3.3
# via tox
certifi==2024.7.4
# via requests
cffi==1.15.1
cffi==1.16.0
# via cryptography
chardet==5.1.0
chardet==5.2.0
# via tox
charset-normalizer==2.1.1
charset-normalizer==3.3.2
# via requests
click==8.1.3
click==8.1.7
# via pip-tools
colorama==0.4.6
# via tox
commonmark==0.9.1
# via rich
coverage==7.0.1
coverage==7.6.0
# via -r requirements-dev.in
cryptography==42.0.4
cryptography==42.0.8
# via secretstorage
distlib==0.3.6
distlib==0.3.8
# via virtualenv
docutils==0.19
docutils==0.21.2
# via readme-renderer
filelock==3.8.2
filelock==3.15.4
# via
# tox
# virtualenv
flake8==6.0.0
flake8==7.1.0
# via -r requirements-dev.in
idna==3.7
# via requests
importlib-metadata==5.2.0
# via
# keyring
# twine
iniconfig==1.1.1
importlib-metadata==8.0.0
# via twine
iniconfig==2.0.0
# via pytest
isort==5.11.4
isort==5.13.2
# via -r requirements-dev.in
jaraco-classes==3.2.3
jaraco-classes==3.4.0
# via keyring
jaraco-context==5.3.0
# via keyring
jaraco-functools==4.0.1
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
keyring==23.13.1
keyring==25.2.1
# via twine
markdown-it-py==3.0.0
# via rich
mccabe==0.7.0
# via flake8
more-itertools==9.0.0
# via jaraco-classes
mypy==0.991
mdurl==0.1.2
# via markdown-it-py
more-itertools==10.3.0
# via
# jaraco-classes
# jaraco-functools
mypy==1.10.1
# via -r requirements-dev.in
mypy-extensions==0.4.3
mypy-extensions==1.0.0
# via mypy
packaging==22.0
nh3==0.2.18
# via readme-renderer
packaging==24.1
# via
# build
# pyproject-api
# pytest
# tox
pep517==0.13.0
# via build
pip-tools==6.12.1
pip-tools==7.4.1
# via -r requirements-dev.in
pkginfo==1.9.2
pkginfo==1.10.0
# via twine
platformdirs==2.6.0
platformdirs==4.2.2
# via
# tox
# virtualenv
pluggy==1.0.0
pluggy==1.5.0
# via
# pytest
# tox
pycodestyle==2.10.0
pycodestyle==2.12.0
# via flake8
pycparser==2.21
pycparser==2.22
# via cffi
pyflakes==3.0.1
pyflakes==3.2.0
# via flake8
pygments==2.15.0
pygments==2.18.0
# via
# readme-renderer
# rich
pyproject-api==1.2.1
pyproject-api==1.7.1
# via tox
pytest==7.2.0
pyproject-hooks==1.1.0
# via
# build
# pip-tools
pytest==8.2.2
# via -r requirements-dev.in
readme-renderer==37.3
readme-renderer==44.0
# via twine
requests==2.32.0
requests==2.32.3
# via
# requests-toolbelt
# twine
requests-toolbelt==0.10.1
requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==12.6.0
rich==13.7.1
# via twine
secretstorage==3.3.3
# via keyring
six==1.16.0
# via bleach
tox==4.0.17
tox==4.16.0
# via -r requirements-dev.in
twine==4.0.2
twine==5.1.1
# via -r requirements-dev.in
typing-extensions==4.4.0
typing-extensions==4.12.2
# via mypy
urllib3==1.26.19
urllib3==2.2.2
# via
# requests
# twine
virtualenv==20.17.1
virtualenv==20.26.3
# via tox
webencodings==0.5.1
# via bleach
wheel==0.38.4
wheel==0.43.0
# via
# -r requirements-dev.in
# pip-tools
zipp==3.19.1
zipp==3.19.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit c89b018

Please sign in to comment.