Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcantrell committed Aug 12, 2024
1 parent 3bde934 commit b5903cd
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,51 +4,51 @@
#
# pip-compile --extra=dev --output-file=requirements/development.txt pyproject.toml
#
black==24.4.2
black==24.8.0
# via swaystatus (pyproject.toml)
build==1.2.1
# via swaystatus (pyproject.toml)
certifi==2024.6.2
certifi==2024.7.4
# via requests
cffi==1.16.0
cffi==1.17.0
# via cryptography
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via black
cryptography==42.0.8
cryptography==43.0.0
# via secretstorage
docutils==0.21.2
# via readme-renderer
idna==3.7
# via requests
importlib-metadata==8.0.0
importlib-metadata==8.2.0
# via twine
iniconfig==2.0.0
# via pytest
jaraco-classes==3.4.0
# via keyring
jaraco-context==5.3.0
# via keyring
jaraco-functools==4.0.1
jaraco-functools==4.0.2
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
keyring==25.2.1
keyring==25.3.0
# via twine
markdown-it-py==3.0.0
# via rich
mdurl==0.1.2
# via markdown-it-py
more-itertools==10.3.0
more-itertools==10.4.0
# via
# jaraco-classes
# jaraco-functools
mypy-extensions==1.0.0
# via black
nh3==0.2.17
nh3==0.2.18
# via readme-renderer
packaging==24.1
# via
Expand All @@ -57,7 +57,7 @@ packaging==24.1
# pytest
pathspec==0.12.1
# via black
pkginfo==1.10.0
pkginfo==1.11.1
# via twine
platformdirs==4.2.2
# via black
Expand All @@ -71,9 +71,9 @@ pygments==2.18.0
# rich
pyproject-hooks==1.1.0
# via build
pytest==8.2.2
pytest==8.3.2
# via swaystatus (pyproject.toml)
readme-renderer==43.0
readme-renderer==44.0
# via twine
requests==2.32.3
# via
Expand All @@ -85,7 +85,7 @@ rfc3986==2.0.0
# via twine
rich==13.7.1
# via twine
ruff==0.5.0
ruff==0.5.7
# via swaystatus (pyproject.toml)
secretstorage==3.3.3
# via keyring
Expand All @@ -97,5 +97,5 @@ urllib3==2.2.2
# via
# requests
# twine
zipp==3.19.2
zipp==3.20.0
# via importlib-metadata

0 comments on commit b5903cd

Please sign in to comment.