diff --git a/requirements.txt b/requirements.txt index 6fbea1f..570f78c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ alembic==1.10.4; python_version >= "3.7" -anyio==3.6.2; python_full_version >= "3.6.2" and python_version >= "3.7" +anyio==4.3.0; python_full_version >= "3.6.2" and python_version >= "3.7" click==8.1.3; python_version >= "3.7" colorama==0.4.6; python_version >= "3.7" and python_full_version < "3.0.0" and sys_platform == "win32" and platform_system == "Windows" or sys_platform == "win32" and python_version >= "3.7" and python_full_version >= "3.7.0" and platform_system == "Windows" fastapi-sqlalchemy==0.2.1; python_version >= "3.7"