diff --git a/requirements/development.txt b/requirements/development.txt index b32b140..1add36d 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -10,7 +10,7 @@ bleach==6.1.0 # via readme-renderer build==1.2.1 # via swaystatus (pyproject.toml) -certifi==2024.2.2 +certifi==2024.6.2 # via requests cffi==1.16.0 # via cryptography @@ -18,7 +18,7 @@ charset-normalizer==3.3.2 # via requests click==8.1.7 # via black -cryptography==42.0.7 +cryptography==42.0.8 # via secretstorage docutils==0.21.2 # via readme-renderer @@ -53,7 +53,7 @@ packaging==24.0 # pytest pathspec==0.12.1 # via black -pkginfo==1.10.0 +pkginfo==1.11.0 # via twine platformdirs==4.2.2 # via black @@ -67,11 +67,11 @@ pygments==2.18.0 # rich pyproject-hooks==1.1.0 # via build -pytest==8.2.1 +pytest==8.2.2 # via swaystatus (pyproject.toml) readme-renderer==43.0 # via twine -requests==2.32.2 +requests==2.32.3 # via # requests-toolbelt # twine @@ -81,7 +81,7 @@ rfc3986==2.0.0 # via twine rich==13.7.1 # via twine -ruff==0.4.5 +ruff==0.4.7 # via swaystatus (pyproject.toml) secretstorage==3.3.3 # via keyring @@ -97,5 +97,5 @@ urllib3==2.2.1 # twine webencodings==0.5.1 # via bleach -zipp==3.18.2 +zipp==3.19.2 # via importlib-metadata