Bump alembic from 1.16.5 to 1.17.0

Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.16.5 to 1.17.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-version: 1.17.0
  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]
2025-10-14 12:36:15 +00:00
committed by GitHub
parent 473e983617
commit 8a2cfd8a72
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@@ -171,14 +171,14 @@ frozenlist = ">=1.1.0"
[[package]]
name = "alembic"
version = "1.16.5"
version = "1.17.0"
description = "A database migration tool for SQLAlchemy."
optional = false
python-versions = ">=3.9"
python-versions = ">=3.10"
groups = ["main"]
files = [
{file = "alembic-1.16.5-py3-none-any.whl", hash = "sha256:e845dfe090c5ffa7b92593ae6687c5cb1a101e91fa53868497dbd79847f9dbe3"},
{file = "alembic-1.16.5.tar.gz", hash = "sha256:a88bb7f6e513bd4301ecf4c7f2206fe93f9913f9b48dac3b78babde2d6fe765e"},
{file = "alembic-1.17.0-py3-none-any.whl", hash = "sha256:80523bc437d41b35c5db7e525ad9d908f79de65c27d6a5a5eab6df348a352d99"},
{file = "alembic-1.17.0.tar.gz", hash = "sha256:4652a0b3e19616b57d652b82bfa5e38bf5dbea0813eed971612671cb9e90c0fe"},
]
[package.dependencies]
@@ -5892,4 +5892,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt
[metadata]
lock-version = "2.1"
python-versions = "^3.13.2"
content-hash = "8b0af38efd372b80ec8bfe223a179263638e778fd174b10482fc6af48df8b717"
content-hash = "572077182747c8f412aa940bef3de27161ecb7924a10df8d4862ff167cb86c4c"

View File

@@ -9,7 +9,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.13.2"
alembic = "==1.16.5"
alembic = "==1.17.0"
amqp = "==5.3.1"
beautifulsoup4 = "==4.14.2"
boto3 = "^1.38.27"