Bump alembic from 1.16.2 to 1.16.3

Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.16.2 to 1.16.3.
- [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.3
  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]
2025-07-09 17:03:34 +00:00
committed by GitHub
parent 739cd39841
commit 8a6d97fbca
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -137,14 +137,14 @@ frozenlist = ">=1.1.0"
[[package]]
name = "alembic"
version = "1.16.2"
version = "1.16.3"
description = "A database migration tool for SQLAlchemy."
optional = false
python-versions = ">=3.9"
groups = ["main"]
files = [
{file = "alembic-1.16.2-py3-none-any.whl", hash = "sha256:5f42e9bd0afdbd1d5e3ad856c01754530367debdebf21ed6894e34af52b3bb03"},
{file = "alembic-1.16.2.tar.gz", hash = "sha256:e53c38ff88dadb92eb22f8b150708367db731d58ad7e9d417c9168ab516cbed8"},
{file = "alembic-1.16.3-py3-none-any.whl", hash = "sha256:70a7c7829b792de52d08ca0e3aefaf060687cb8ed6bebfa557e597a1a5e5a481"},
{file = "alembic-1.16.3.tar.gz", hash = "sha256:18ad13c1f40a5796deee4b2346d1a9c382f44b8af98053897484fa6cf88025e4"},
]
[package.dependencies]
@@ -5512,4 +5512,4 @@ cffi = ["cffi (>=1.11)"]
[metadata]
lock-version = "2.1"
python-versions = "^3.12.9"
content-hash = "4179110897e5728278656e93216646cbd7e9b350378f898221e176562792dfec"
content-hash = "51d8a624800ad46d4bdaa8332e9046f88ad2904a7868ca2b80d9cecd668ac890"

View File

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