diff --git a/.devcontainer/docker-compose.yml b/.devcontainer/docker-compose.yml index f59c9af5..9b8aff59 100644 --- a/.devcontainer/docker-compose.yml +++ b/.devcontainer/docker-compose.yml @@ -34,7 +34,7 @@ services: OPENAPI_URL: "/openapi.json" db: - image: postgres:15.7@sha256:68b988a164c8bdf0752fa7a4ae2d4b34a058e21c6327e69f741c081a38e97254 + image: postgres:15.8@sha256:0836104ba0de8d09e8d54e2d6a28389fbce9c0f4fe08f4aa065940452ec61c30 volumes: - ./initdb:/docker-entrypoint-initdb.d restart: always @@ -53,7 +53,7 @@ services: - "5433:5432" test-db: - image: postgres:15.7@sha256:68b988a164c8bdf0752fa7a4ae2d4b34a058e21c6327e69f741c081a38e97254 + image: postgres:15.8@sha256:0836104ba0de8d09e8d54e2d6a28389fbce9c0f4fe08f4aa065940452ec61c30 volumes: - ./initdb:/docker-entrypoint-initdb.d restart: always diff --git a/api/requirements.txt b/api/requirements.txt index e1186d83..3953301b 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -1,9 +1,9 @@ alembic==1.13.2 -aws-lambda-powertools==2.42.0 -boto3==1.34.162 +aws-lambda-powertools==2.43.1 +boto3==1.35.0 bcrypt==4.2.0 email-validator==2.2.0 -fastapi==0.111.1 +fastapi==0.112.1 logzero==1.7.0 mangum==0.17.0 notifications-python-client==9.1.0 diff --git a/api/requirements_dev.txt b/api/requirements_dev.txt index 729e9bfb..5090404c 100644 --- a/api/requirements_dev.txt +++ b/api/requirements_dev.txt @@ -1,9 +1,9 @@ bandit==1.7.9 -black==24.4.2 +black==24.8.0 coverage==7.6.1 flake8==7.1.1 httpx==0.27.0 -locust==2.29.1 +locust==2.31.3 pytest==8.3.2 requests==2.32.3 uvicorn==0.30.6