diff --git a/requirements-dev.txt b/requirements-dev.txt index f0a379a..79a89cf 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ -i https://pypi.org/simple black==24.1.1; python_version >= '3.8' boto3==1.34.29; python_version >= '3.8' -botocore==1.34.44; python_version >= '3.8' +botocore==1.34.49; python_version >= '3.8' certifi==2024.2.2; python_version >= '3.6' cffi==1.16.0; platform_python_implementation != 'PyPy' charset-normalizer==3.3.2; python_full_version >= '3.7.0' diff --git a/requirements.txt b/requirements.txt index c8d8c53..b576a21 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -i https://pypi.org/simple boto3==1.34.29; python_version >= '3.8' -botocore==1.34.44; python_version >= '3.8' +botocore==1.34.49; python_version >= '3.8' jmespath==1.0.1; python_version >= '3.7' ldap3==2.9.1 pyasn1==0.5.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'