Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

Commit

Permalink
fix(deps): update orm
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 10, 2022
1 parent 64689ca commit b810e75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ readme = "README.md"
[tool.poetry.dependencies]
alembic = "1.8.1"
argon2-cffi = "21.3.0"
databases = { extras = ["asyncpg"], version = "0.6.1" }
databases = { extras = ["asyncpg"], version = "0.6.2" }
fastapi = { extras = ["all"], version = "0.86.0" }
PyJWT = "2.6.0"
python = "^3.10"
SQLAlchemy = { extras = ["postgresql_psycopg2binary"], version = "1.4.44" }
SQLAlchemy = { extras = ["postgresql_psycopg2binary"], version = "1.4.45" }


[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit b810e75

Please sign in to comment.