From a53cdfa2581ad64f58ba1022fcb6c7ad07064b78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 13:14:45 +0200 Subject: [PATCH] chore(deps): bump alembic from 1.13.2 to 1.13.3 in the pip-minor-and-patch group (#388) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index a6d5d06..8a3c45a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -13,13 +13,13 @@ files = [ [[package]] name = "alembic" -version = "1.13.2" +version = "1.13.3" description = "A database migration tool for SQLAlchemy." optional = false python-versions = ">=3.8" 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.13.3-py3-none-any.whl", hash = "sha256:908e905976d15235fae59c9ac42c4c5b75cfcefe3d27c0fbf7ae15a37715d80e"}, + {file = "alembic-1.13.3.tar.gz", hash = "sha256:203503117415561e203aa14541740643a611f641517f0209fcae63e9fa09f1a2"}, ] [package.dependencies] @@ -1120,4 +1120,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12.0" -content-hash = "d6ccf6d22b341cf77fc13f7752150e01e74ed7648030bbc98fe9b18d6b353815" +content-hash = "f2e58e4b5e2548ef377e49bf4382e22bf978ce5101c7a64710f6a8b576b7c511" diff --git a/pyproject.toml b/pyproject.toml index 2bc037a..ddca474 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ lootscraper = 'lootscraper.main:main' [tool.poetry.dependencies] python = "^3.12.0" -alembic = "^1.13.2" +alembic = "^1.13.3" feedgen = "^1.0.0" humanize = "^4.10.0" httpx = "^0.27.0"