Skip to content

Commit

Permalink
Merge pull request #261 from seapagan/dependabot/pip/develop/alembic-…
Browse files Browse the repository at this point in the history
…1.12.1
  • Loading branch information
dependabot[bot] authored Nov 5, 2023
2 parents 96b2697 + 6f832b1 commit 2c6fc1b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.9,<4.0"
fastapi = { extras = ["all"], version = "^0.103.0" }
alembic = "^1.12.0"
alembic = "^1.12.1"
asyncpg = "^0.28.0"
python-decouple = "^3.8"
psycopg2 = "^2.9.9"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aiosmtplib==2.0.2 ; python_version >= "3.9" and python_version < "4.0"
alembic==1.12.0 ; python_version >= "3.9" and python_version < "4.0"
alembic==1.12.1 ; python_version >= "3.9" and python_version < "4.0"
annotated-types==0.6.0 ; python_version >= "3.9" and python_version < "4.0"
anyio==4.0.0 ; python_version >= "3.9" and python_version < "4.0"
asyncclick==8.1.3.4 ; python_version >= "3.9" and python_version < "4.0"
Expand Down

0 comments on commit 2c6fc1b

Please sign in to comment.