From d2c1e4a6fc0670fecd84fdf4547b750bc5fe206a Mon Sep 17 00:00:00 2001 From: Siddhant Goel Date: Fri, 6 Oct 2023 21:39:25 +0200 Subject: [PATCH] chore: update requirements.txt --- requirements.txt | 53 ++++++++++++++++++++++-------------------------- 1 file changed, 24 insertions(+), 29 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1c4b5898..23b5627e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,31 +6,29 @@ # black==23.3.0 # via -r requirements.in -bleach==6.0.0 - # via readme-renderer -boto3==1.28.39 +boto3==1.28.62 # via moto -botocore==1.31.39 +botocore==1.31.62 # via # boto3 # moto # s3transfer certifi==2023.7.22 # via requests -cffi==1.15.1 +cffi==1.16.0 # via cryptography -charset-normalizer==3.2.0 +charset-normalizer==3.3.0 # via requests click==8.1.7 # via black cryptography==41.0.4 - # via - # moto - # secretstorage + # via moto cython==0.29.34 # via -r requirements.in docutils==0.20.1 # via readme-renderer +exceptiongroup==1.1.3 + # via pytest idna==3.4 # via requests importlib-metadata==6.8.0 @@ -41,10 +39,6 @@ iniconfig==2.0.0 # via pytest jaraco-classes==3.3.0 # via keyring -jeepney==0.8.0 - # via - # keyring - # secretstorage jinja2==3.1.2 # via moto jmespath==1.0.1 @@ -71,7 +65,9 @@ mypy-extensions==1.0.0 # via # black # mypy -packaging==23.1 +nh3==0.2.14 + # via readme-renderer +packaging==23.2 # via # black # pytest @@ -79,7 +75,7 @@ pathspec==0.11.2 # via black pkginfo==1.9.6 # via twine -platformdirs==3.10.0 +platformdirs==3.11.0 # via black pluggy==1.3.0 # via pytest @@ -97,7 +93,7 @@ python-dateutil==2.8.2 # moto pyyaml==6.0.1 # via responses -readme-renderer==41.0 +readme-renderer==42.0 # via twine requests==2.31.0 # via @@ -113,37 +109,36 @@ responses==0.23.3 # via moto rfc3986==2.0.0 # via twine -rich==13.5.2 +rich==13.6.0 # via twine ruff==0.0.262 # via -r requirements.in -s3transfer==0.6.2 +s3transfer==0.7.0 # via boto3 -secretstorage==3.3.3 - # via keyring six==1.16.0 + # via python-dateutil +tomli==2.0.1 # via - # bleach - # python-dateutil + # black + # mypy + # pytest twine==4.0.2 # via -r requirements.in -types-pyyaml==6.0.12.11 +types-pyyaml==6.0.12.12 # via responses -typing-extensions==4.7.1 +typing-extensions==4.8.0 # via mypy -urllib3==1.26.17 +urllib3==2.0.6 # via # botocore # requests # responses # twine -webencodings==0.5.1 - # via bleach -werkzeug==2.3.7 +werkzeug==3.0.0 # via moto wheel==0.40.0 # via -r requirements.in xmltodict==0.13.0 # via moto -zipp==3.16.2 +zipp==3.17.0 # via importlib-metadata