Skip to content

Commit 456e7e3

Browse files
Bump alembic in /{{cookiecutter.project_slug}}/backend
Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.11.3 to 1.13.1. - [Release notes](https://github.com/sqlalchemy/alembic/releases) - [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/alembic/commits) --- updated-dependencies: - dependency-name: alembic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 429c981 commit 456e7e3

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

{{cookiecutter.project_slug}}/backend/poetry.lock

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

{{cookiecutter.project_slug}}/backend/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ fastapi = "^0.98.0"
1010
uvicorn = "^0.23.2"
1111
pydantic = "^1.10.12"
1212
requests = "^2.31.0"
13-
alembic = "^1.11.3"
13+
alembic = "^1.13.1"
1414
psycopg2-binary = "^2.9.7"
1515
asyncpg = "^0.28.0"
1616
SQLAlchemy = "^2.0.20"

0 commit comments

Comments
 (0)