Skip to content

Commit 4c9e842

Browse files
committed
Update dependencies
1 parent 2f1f619 commit 4c9e842

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

requirements/requirements.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
fastapi~=0.104.1
2+
pydantic~=2.5.2
3+
pydantic-settings~=2.1.0
4+
SQLAlchemy~=2.0.23
5+
psycopg2-binary~=2.9.9
6+
asyncpg~=0.29.0
7+
alembic~=1.12.1
8+
alembic-postgresql-enum~=0.4.0
99
typer~=0.9.0
10-
uvicorn~=0.23.2
10+
uvicorn~=0.24.0.post1
1111
json_logging~=1.3.0
1212
gunicorn~=21.2.0
1313
starlette_context~=0.3.6

requirements/test_requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
pytest~=7.3.1
1+
pytest~=7.4.3
22
pytest_asyncio~=0.21.0
3-
faker~=18.9.0
3+
faker~=20.1.0
44
pytest-cov~=4.1.0
55
async_asgi_testclient~=1.4.11

0 commit comments

Comments
 (0)