Bump alembic from 1.16.4 to 1.16.5 (#1938)

Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.16.4 to 1.16.5.
- [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.16.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-08-28 07:48:30 -04:00
committed by GitHub
parent f69d3f1029
commit 99110608aa
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -138,14 +138,14 @@ typing-extensions = {version = ">=4.2", markers = "python_version < \"3.13\""}
[[package]]
name = "alembic"
version = "1.16.4"
version = "1.16.5"
description = "A database migration tool for SQLAlchemy."
optional = false
python-versions = ">=3.9"
groups = ["main"]
files = [
{file = "alembic-1.16.4-py3-none-any.whl", hash = "sha256:b05e51e8e82efc1abd14ba2af6392897e145930c3e0a2faf2b0da2f7f7fd660d"},
{file = "alembic-1.16.4.tar.gz", hash = "sha256:efab6ada0dd0fae2c92060800e0bf5c1dc26af15a10e02fb4babff164b4725e2"},
{file = "alembic-1.16.5-py3-none-any.whl", hash = "sha256:e845dfe090c5ffa7b92593ae6687c5cb1a101e91fa53868497dbd79847f9dbe3"},
{file = "alembic-1.16.5.tar.gz", hash = "sha256:a88bb7f6e513bd4301ecf4c7f2206fe93f9913f9b48dac3b78babde2d6fe765e"},
]
[package.dependencies]
@@ -5673,4 +5673,4 @@ cffi = ["cffi (>=1.11)"]
[metadata]
lock-version = "2.1"
python-versions = "^3.12.9"
content-hash = "8fa9a5fa5c8ba8aa7875697de3b83f2ae587a8bd941529184933c77a50092e90"
content-hash = "356b639e40eccc8ee349e87033e2832748e3cb23dd13e9b781f334e39ee088d3"

View File

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