Merge pull request #1728 from GSA/dependabot/pip/alembic-1.16.0

Bump alembic from 1.15.2 to 1.16.0
This commit is contained in:
Alex Janousek
2025-05-22 10:16:00 -04:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -132,14 +132,14 @@ frozenlist = ">=1.1.0"
[[package]]
name = "alembic"
version = "1.15.2"
version = "1.16.1"
description = "A database migration tool for SQLAlchemy."
optional = false
python-versions = ">=3.9"
groups = ["main"]
files = [
{file = "alembic-1.15.2-py3-none-any.whl", hash = "sha256:2e76bd916d547f6900ec4bb5a90aeac1485d2c92536923d0b138c02b126edc53"},
{file = "alembic-1.15.2.tar.gz", hash = "sha256:1c72391bbdeffccfe317eefba686cb9a3c078005478885413b95c3b26c57a8a7"},
{file = "alembic-1.16.1-py3-none-any.whl", hash = "sha256:0cdd48acada30d93aa1035767d67dff25702f8de74d7c3919f2e8492c8db2e67"},
{file = "alembic-1.16.1.tar.gz", hash = "sha256:43d37ba24b3d17bc1eb1024fe0f51cd1dc95aeb5464594a02c6bb9ca9864bfa4"},
]
[package.dependencies]
@@ -5600,4 +5600,4 @@ cffi = ["cffi (>=1.11)"]
[metadata]
lock-version = "2.1"
python-versions = "^3.12.2"
content-hash = "93ec26bd65b02ff504cc81f15bcc1603021684b4ecf5480b4cfc1de44d6028b4"
content-hash = "9bcc70800af3c5e7635907f2b6ce3e74c8c0238b4ba2b01b03e5c4018ebae435"

View File

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