diff --git a/_common/requirements-test.txt b/_common/requirements-test.txt index 1ab22a53..167c65fd 100644 --- a/_common/requirements-test.txt +++ b/_common/requirements-test.txt @@ -5,8 +5,8 @@ coverage~=7.4 flake8~=7.0 mock~=5.1 pytest~=8.1 -pytest-cov~=4.1 +pytest-cov~=5.0 pytest-gitignore~=1.3 -pytest-mock~=3.12 +pytest-mock~=3.14 wheel~=0.43 -e. diff --git a/_common/setup.py b/_common/setup.py index 3b489dea..de10ad7e 100644 --- a/_common/setup.py +++ b/_common/setup.py @@ -11,7 +11,7 @@ __uri__ = "https://github.com/kyhau/aws-tools/" __requirements__ = [ - "boto3==1.34.64", + "boto3==1.34.69", "click==8.1.7", "docker==7.0.0", "InquirerPy==0.3.4",