diff --git a/app/requirements.txt b/app/requirements.txt index 34eec828..2ec070d9 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,7 +1,7 @@ arrow==1.2.3 -awscli==1.29.39 +awscli==1.29.40 aws-sns-message-validator==0.0.5 -boto3==1.28.39 +boto3==1.28.40 fastapi==0.101.1 geoip2==4.7.0 google-api-python-client==2.97.0 diff --git a/app/requirements_dev.txt b/app/requirements_dev.txt index bb452534..930463ba 100644 --- a/app/requirements_dev.txt +++ b/app/requirements_dev.txt @@ -2,6 +2,6 @@ black==22.12.0 coverage==6.5.0 flake8==6.1.0 httpx==0.24.1 -pytest==7.4.0 +pytest==7.4.1 pytest-asyncio==0.21.1 pytest-env==0.8.2