From 7920dec11e686598b39cc0d22e9ca4c8d840a7fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 13:10:46 +0000 Subject: [PATCH] chore(deps): update all patch dependencies --- api/requirements.txt | 4 ++-- api/requirements_dev.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api/requirements.txt b/api/requirements.txt index e94fc64f..03a720f3 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -1,6 +1,6 @@ alembic==1.13.1 aws-lambda-powertools==2.30.2 -boto3==1.34.11 +boto3==1.34.14 bcrypt==4.1.2 email-validator==2.1.0.post1 fastapi==0.108.0 @@ -9,4 +9,4 @@ mangum==0.17.0 notifications-python-client==8.2.0 pydantic==1.10.13 psycopg2-binary==2.9.9 -SQLAlchemy==2.0.24 \ No newline at end of file +SQLAlchemy==2.0.25 \ No newline at end of file diff --git a/api/requirements_dev.txt b/api/requirements_dev.txt index 78a4b554..c995e4bf 100644 --- a/api/requirements_dev.txt +++ b/api/requirements_dev.txt @@ -3,7 +3,7 @@ black==23.12.1 coverage==7.4.0 flake8==6.1.0 httpx==0.26.0 -locust==2.20.0 +locust==2.20.1 pytest==7.4.4 requests==2.31.0 uvicorn==0.25.0