Bump alembic from 1.12.0 to 1.12.1

Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.12.0 to 1.12.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-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-11-07 23:04:59 +00:00
committed by GitHub
parent ed02822233
commit a818fa2cc3
2 changed files with 5 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.9,<3.12"
alembic = "==1.12.0"
alembic = "==1.12.1"
amqp = "==5.2.0"
arrow = "==1.3.0"
asn1crypto = "==1.5.1"