diff --git a/requirements.txt b/requirements.txt index 3c8ae3e0b..b15a2423e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ bcrypt==4.0.1 # password hashing python-dotenv==1.0.0 # load environment variables from .env file python-jose[cryptography]==3.3.0 # generate and verify the JWT tokens python-multipart==0.0.6 # a form data parser, as oauth flow requires form-data parameters -SQLAlchemy[asyncio]==2.0.20 # [asyncio] allows greenlet to be installed on Apple M1 devices. The my[py] plugin is required in devellopment but Dependabot fails to manage two versions of the same module. +SQLAlchemy[asyncio]==2.0.22 # [asyncio] allows greenlet to be installed on Apple M1 devices. The my[py] plugin is required in devellopment but Dependabot fails to manage two versions of the same module. rapidfuzz==3.4.0 # Fuzzy String Matching requests==2.31.0 unidecode==1.3.6