Merge pull request #582 from GSA/dependabot/pip/alembic-1.12.1

Bump alembic from 1.12.0 to 1.12.1
This commit is contained in:
Carlo Costino
2023-11-07 18:28:01 -05:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -124,13 +124,13 @@ frozenlist = ">=1.1.0"
[[package]]
name = "alembic"
version = "1.12.0"
version = "1.12.1"
description = "A database migration tool for SQLAlchemy."
optional = false
python-versions = ">=3.7"
files = [
{file = "alembic-1.12.0-py3-none-any.whl", hash = "sha256:03226222f1cf943deee6c85d9464261a6c710cd19b4fe867a3ad1f25afda610f"},
{file = "alembic-1.12.0.tar.gz", hash = "sha256:8e7645c32e4f200675e69f0745415335eb59a3663f5feb487abfa0b30c45888b"},
{file = "alembic-1.12.1-py3-none-any.whl", hash = "sha256:47d52e3dfb03666ed945becb723d6482e52190917fdb47071440cfdba05d92cb"},
{file = "alembic-1.12.1.tar.gz", hash = "sha256:bca5877e9678b454706347bc10b97cb7d67f300320fa5c3a94423e8266e2823f"},
]
[package.dependencies]
@@ -4636,4 +4636,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<3.12"
content-hash = "ddb0ab1d6b9a49fd199ed6ccf36262855d052cc2a533b118cf563ce8e89e1001"
content-hash = "64c6d91ee486ca39331b88d5a77ef23c0d77b5007abe937c6ad589e538e23f62"

View File

@@ -8,7 +8,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.9,<3.12"
alembic = "==1.12.0"
alembic = "==1.12.1"
amqp = "==5.2.0"
arrow = "==1.3.0"
asn1crypto = "==1.5.1"