Merge pull request #1814 from GSA/dependabot/pip/alembic-1.16.3

Bump alembic from 1.16.2 to 1.16.3
This commit is contained in:
Alex Janousek
2025-07-09 14:11:05 -03:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

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

View File

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