diff --git a/backend/requirements.txt b/backend/requirements.txt index 0ea4a49..2c10490 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -22,7 +22,7 @@ idna>=3.0 certifi>=2024.8.30 # Alembic for Database Migrations -alembic>=1.18.4 +alembic>=1.18.5 # Pytest for Unit/Integration Testing pytest>=7.3.1