Skip to content

Commit

Permalink
Bump sqlalchemy[asyncio] from 2.0.20 to 2.0.22
Browse files Browse the repository at this point in the history
Bumps [sqlalchemy[asyncio]](https://github.com/sqlalchemy/sqlalchemy) from 2.0.20 to 2.0.22.
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst)
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)

---
updated-dependencies:
- dependency-name: sqlalchemy[asyncio]
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent 0b38562 commit b3edb0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b3edb0a

Please sign in to comment.