Bump alembic from 1.13.2 to 1.15.2

Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.13.2 to 1.15.2.
- [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.15.2
  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-05-01 14:03:09 +00:00
committed by GitHub
parent 739a08e203
commit cba7a712db
2 changed files with 9 additions and 9 deletions

16
poetry.lock generated
View File

@@ -132,23 +132,23 @@ frozenlist = ">=1.1.0"
[[package]]
name = "alembic"
version = "1.13.2"
version = "1.15.2"
description = "A database migration tool for SQLAlchemy."
optional = false
python-versions = ">=3.8"
python-versions = ">=3.9"
groups = ["main"]
files = [
{file = "alembic-1.13.2-py3-none-any.whl", hash = "sha256:6b8733129a6224a9a711e17c99b08462dbf7cc9670ba8f2e2ae9af860ceb1953"},
{file = "alembic-1.13.2.tar.gz", hash = "sha256:1ff0ae32975f4fd96028c39ed9bb3c867fe3af956bd7bb37343b54c9fe7445ef"},
{file = "alembic-1.15.2-py3-none-any.whl", hash = "sha256:2e76bd916d547f6900ec4bb5a90aeac1485d2c92536923d0b138c02b126edc53"},
{file = "alembic-1.15.2.tar.gz", hash = "sha256:1c72391bbdeffccfe317eefba686cb9a3c078005478885413b95c3b26c57a8a7"},
]
[package.dependencies]
Mako = "*"
SQLAlchemy = ">=1.3.0"
typing-extensions = ">=4"
SQLAlchemy = ">=1.4.0"
typing-extensions = ">=4.12"
[package.extras]
tz = ["backports.zoneinfo ; python_version < \"3.9\""]
tz = ["tzdata"]
[[package]]
name = "amqp"
@@ -5330,4 +5330,4 @@ propcache = ">=0.2.1"
[metadata]
lock-version = "2.1"
python-versions = "^3.12.2"
content-hash = "91c2aa32175b7fd957b1abf3a344f826c7e92400b1a99e7cd7ca12db9c7b7272"
content-hash = "67672d8f51aa896d11154ba4f49087ef3c6372284f41c660e82be867ba184c0d"

View File

@@ -8,7 +8,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12.2"
alembic = "==1.13.2"
alembic = "==1.15.2"
amqp = "==5.3.1"
beautifulsoup4 = "==4.12.3"
boto3 = "^1.34.150"