From 007cb754b51a4ce5b01e5832a6a4afa9005800fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 11:23:07 -0500 Subject: [PATCH] chore(deps): update all minor dependencies (#332) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- api/requirements.txt | 8 ++++---- api/requirements_dev.txt | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/api/requirements.txt b/api/requirements.txt index 3721ad49..e94fc64f 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -1,12 +1,12 @@ alembic==1.13.1 -aws-lambda-powertools==2.29.0 -boto3==1.33.11 +aws-lambda-powertools==2.30.2 +boto3==1.34.11 bcrypt==4.1.2 email-validator==2.1.0.post1 -fastapi==0.104.1 +fastapi==0.108.0 logzero==1.7.0 mangum==0.17.0 -notifications-python-client==8.1.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 diff --git a/api/requirements_dev.txt b/api/requirements_dev.txt index 078fe3d3..78a4b554 100644 --- a/api/requirements_dev.txt +++ b/api/requirements_dev.txt @@ -1,10 +1,10 @@ bandit==1.7.6 -black==23.11.0 -coverage==7.3.2 +black==23.12.1 +coverage==7.4.0 flake8==6.1.0 -httpx==0.25.2 -locust==2.19.1 +httpx==0.26.0 +locust==2.20.0 pytest==7.4.4 requests==2.31.0 -uvicorn==0.24.0.post1 +uvicorn==0.25.0 setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file