From 32761c8d14ff45fa7ad2d68a1bad5b4462f3111b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jan 2024 12:57:44 +0000 Subject: [PATCH] chore(deps): update all patch dependencies --- api/requirements.txt | 6 +++--- api/requirements_dev.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api/requirements.txt b/api/requirements.txt index 4d3b232e..3721ad49 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -1,7 +1,7 @@ -alembic==1.13.0 +alembic==1.13.1 aws-lambda-powertools==2.29.0 boto3==1.33.11 -bcrypt==4.1.1 +bcrypt==4.1.2 email-validator==2.1.0.post1 fastapi==0.104.1 logzero==1.7.0 @@ -9,4 +9,4 @@ mangum==0.17.0 notifications-python-client==8.1.0 pydantic==1.10.13 psycopg2-binary==2.9.9 -SQLAlchemy==2.0.23 \ No newline at end of file +SQLAlchemy==2.0.24 \ No newline at end of file diff --git a/api/requirements_dev.txt b/api/requirements_dev.txt index 2a692a11..078fe3d3 100644 --- a/api/requirements_dev.txt +++ b/api/requirements_dev.txt @@ -4,7 +4,7 @@ coverage==7.3.2 flake8==6.1.0 httpx==0.25.2 locust==2.19.1 -pytest==7.4.3 +pytest==7.4.4 requests==2.31.0 uvicorn==0.24.0.post1 setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file