Skip to content

Commit

Permalink
chore(deps): update all minor dependencies (#489)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] authored Aug 26, 2024
1 parent ea8c713 commit 90820eb
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -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
6 changes: 3 additions & 3 deletions api/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions api/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 90820eb

Please sign in to comment.