Bump alembic from 1.11.2 to 1.12.0

Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.11.2 to 1.12.0.
- [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] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-09-18 21:47:37 +00:00
committed by GitHub
parent 2c9c9c663c
commit ac3d5dfd61
2 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.9"
alembic = "==1.11.2"
alembic = "==1.12.0"
amqp = "==5.1.1"
arrow = "==1.2.3"
asn1crypto = "==1.5.1"