Skip to content

Commit

Permalink
Upgrade requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcantrell committed Mar 26, 2024
1 parent b9335e9 commit 9b058c7
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,60 +4,60 @@
#
# pip-compile --extra=dev --output-file=requirements/development.txt pyproject.toml
#
black==23.12.1
black==24.3.0
# via swaystatus (pyproject.toml)
bleach==6.1.0
# via readme-renderer
build==1.0.3
build==1.1.1
# via swaystatus (pyproject.toml)
certifi==2023.11.17
certifi==2024.2.2
# via requests
cffi==1.16.0
# via cryptography
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via black
cryptography==41.0.7
cryptography==42.0.5
# via secretstorage
docutils==0.20.1
# via readme-renderer
idna==3.6
# via requests
importlib-metadata==7.0.1
importlib-metadata==7.1.0
# via
# keyring
# twine
iniconfig==2.0.0
# via pytest
jaraco-classes==3.3.0
jaraco-classes==3.3.1
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
keyring==24.3.0
keyring==25.0.0
# via twine
markdown-it-py==3.0.0
# via rich
mdurl==0.1.2
# via markdown-it-py
more-itertools==10.1.0
more-itertools==10.2.0
# via jaraco-classes
mypy-extensions==1.0.0
# via black
packaging==23.2
packaging==24.0
# via
# black
# build
# pytest
pathspec==0.12.1
# via black
pkginfo==1.9.6
pkginfo==1.10.0
# via twine
platformdirs==4.1.0
platformdirs==4.2.0
# via black
pluggy==1.3.0
pluggy==1.4.0
# via pytest
pycparser==2.21
# via cffi
Expand All @@ -67,9 +67,9 @@ pygments==2.17.2
# rich
pyproject-hooks==1.0.0
# via build
pytest==7.4.4
pytest==8.1.1
# via swaystatus (pyproject.toml)
readme-renderer==42.0
readme-renderer==43.0
# via twine
requests==2.31.0
# via
Expand All @@ -79,23 +79,23 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.7.0
rich==13.7.1
# via twine
ruff==0.1.11
ruff==0.3.4
# via swaystatus (pyproject.toml)
secretstorage==3.3.3
# via keyring
six==1.16.0
# via bleach
toml==0.10.2
# via swaystatus (pyproject.toml)
twine==4.0.2
twine==5.0.0
# via swaystatus (pyproject.toml)
urllib3==2.1.0
urllib3==2.2.1
# via
# requests
# twine
webencodings==0.5.1
# via bleach
zipp==3.17.0
zipp==3.18.1
# via importlib-metadata

0 comments on commit 9b058c7

Please sign in to comment.