diff --git a/poetry.lock b/poetry.lock index 4c72c3915..c90c4857d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -171,19 +171,19 @@ frozenlist = ">=1.1.0" [[package]] name = "alembic" -version = "1.18.2" +version = "1.18.3" description = "A database migration tool for SQLAlchemy." optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "alembic-1.18.2-py3-none-any.whl", hash = "sha256:18a5f6448af4864cc308aadf33eb37c0116da9a60fd9bb3f31ccb1b522b4a9b9"}, - {file = "alembic-1.18.2.tar.gz", hash = "sha256:1c3ddb635f26efbc80b1b90c5652548202022d4e760f6a78d6d85959280e3684"}, + {file = "alembic-1.18.3-py3-none-any.whl", hash = "sha256:12a0359bfc068a4ecbb9b3b02cf77856033abfdb59e4a5aca08b7eacd7b74ddd"}, + {file = "alembic-1.18.3.tar.gz", hash = "sha256:1212aa3778626f2b0f0aa6dd4e99a5f99b94bd25a0c1ac0bba3be65e081e50b0"}, ] [package.dependencies] Mako = "*" -SQLAlchemy = ">=1.4.0" +SQLAlchemy = ">=1.4.23" typing-extensions = ">=4.12" [package.extras] @@ -5977,4 +5977,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt [metadata] lock-version = "2.1" python-versions = "^3.13.2" -content-hash = "7a5b0c2ef843bd673b6c49d6a12d01ce8bffbb728027a59b16aa0531f1be6f5c" +content-hash = "51a3cf35b57ea6a6cad9a3c2bfb530675d11a3c8194a6fac0fce1dbf00b25fb6" diff --git a/pyproject.toml b/pyproject.toml index 3a9a97bc4..0d0c8b962 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.13.2" -alembic = "==1.18.2" +alembic = "==1.18.3" amqp = "==5.3.1" beautifulsoup4 = "==4.14.3" boto3 = "^1.38.27"