From 1e2991c540c58415d1de7156a531927563bc452c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 08:31:00 +0100 Subject: [PATCH] chore(deps): bump the pip-minor-and-patch group with 2 updates (#407) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 16 ++++++++-------- pyproject.toml | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index 215ed1a..59886f0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -13,13 +13,13 @@ files = [ [[package]] name = "alembic" -version = "1.13.3" +version = "1.14.0" description = "A database migration tool for SQLAlchemy." optional = false python-versions = ">=3.8" files = [ - {file = "alembic-1.13.3-py3-none-any.whl", hash = "sha256:908e905976d15235fae59c9ac42c4c5b75cfcefe3d27c0fbf7ae15a37715d80e"}, - {file = "alembic-1.13.3.tar.gz", hash = "sha256:203503117415561e203aa14541740643a611f641517f0209fcae63e9fa09f1a2"}, + {file = "alembic-1.14.0-py3-none-any.whl", hash = "sha256:99bd884ca390466db5e27ffccff1d179ec5c05c965cfefc0607e69f9e411cb25"}, + {file = "alembic-1.14.0.tar.gz", hash = "sha256:b00892b53b3642d0b8dbedba234dbf1924b69be83a9a769d5a624b01094e304b"}, ] [package.dependencies] @@ -988,13 +988,13 @@ six = ">=1.5" [[package]] name = "python-telegram-bot" -version = "21.6" +version = "21.7" description = "We have made you a wrapper you can't refuse" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "python_telegram_bot-21.6-py3-none-any.whl", hash = "sha256:f2d6431bf154a53f40cdfc6c1d492a66102c0e4938709f6d8202bcd951c840cb"}, - {file = "python_telegram_bot-21.6.tar.gz", hash = "sha256:8b2b37836c3ff9c2924e990474a1c4731df21b1668acebff5099f475666426c6"}, + {file = "python_telegram_bot-21.7-py3-none-any.whl", hash = "sha256:aff1d7245f1b0d4d12d41c9acff74e86d7100713c2204cd02ff17f8d80d18846"}, + {file = "python_telegram_bot-21.7.tar.gz", hash = "sha256:bc8537b77ae02531fc2ad440caafc023fd13f13cf19e592dfa1a9ff84988a012"}, ] [package.dependencies] @@ -1307,4 +1307,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12.0" -content-hash = "ebd7d00271c729661cdbdecded8e05f787100b6a9923b0ecb68c782e6895aadd" +content-hash = "bf878ed594a8fa22aafaadd6876ed9d7b8d1be4597a90eaf76fd341fd1c2c716" diff --git a/pyproject.toml b/pyproject.toml index ccc1d32..796b690 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,11 +16,11 @@ lootscraper = 'lootscraper.main:main' [tool.poetry.dependencies] python = "^3.12.0" -alembic = "^1.13.3" +alembic = "^1.14.0" feedgen = "^1.0.0" humanize = "^4.11.0" httpx = "^0.27.0" -python-telegram-bot = { version = "^21.6", extras = ["rate-limiter"] } +python-telegram-bot = { version = "^21.7", extras = ["rate-limiter"] } playwright = "^1.48.0" SQLAlchemy = "^2.0.36" Unidecode = "^1.3.8"