We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f1f619 commit 4c9e842Copy full SHA for 4c9e842
requirements/requirements.txt
@@ -1,13 +1,13 @@
1
-fastapi~=0.103.1
2
-pydantic[dotenv]~=2.3.0
3
-pydantic-settings~=2.0.3
4
-SQLAlchemy~=2.0.21
5
-psycopg2-binary~=2.9.7
6
-asyncpg~=0.28.0
7
-alembic~=1.12.0
8
-alembic-postgresql-enum~=0.1.8
+fastapi~=0.104.1
+pydantic~=2.5.2
+pydantic-settings~=2.1.0
+SQLAlchemy~=2.0.23
+psycopg2-binary~=2.9.9
+asyncpg~=0.29.0
+alembic~=1.12.1
+alembic-postgresql-enum~=0.4.0
9
typer~=0.9.0
10
-uvicorn~=0.23.2
+uvicorn~=0.24.0.post1
11
json_logging~=1.3.0
12
gunicorn~=21.2.0
13
starlette_context~=0.3.6
requirements/test_requirements.txt
@@ -1,5 +1,5 @@
-pytest~=7.3.1
+pytest~=7.4.3
pytest_asyncio~=0.21.0
-faker~=18.9.0
+faker~=20.1.0
pytest-cov~=4.1.0
async_asgi_testclient~=1.4.11
0 commit comments