From c1adde7c9a9ee9d6fae3fc69bfbfc2fe6ffe04c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 05:05:01 +0000 Subject: [PATCH 1/2] Bump apprise from 1.8.0 to 1.8.1 Bumps [apprise](https://github.com/caronc/apprise) from 1.8.0 to 1.8.1. - [Release notes](https://github.com/caronc/apprise/releases) - [Commits](https://github.com/caronc/apprise/compare/v1.8.0...v1.8.1) --- updated-dependencies: - dependency-name: apprise dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 08c33a89..0821901d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiohttp" @@ -145,13 +145,13 @@ trio = ["trio (>=0.23)"] [[package]] name = "apprise" -version = "1.8.0" +version = "1.8.1" description = "Push Notifications that work with just about every platform!" optional = false python-versions = ">=3.6" files = [ - {file = "apprise-1.8.0-py3-none-any.whl", hash = "sha256:29307f9b7eeb5db70de13bd19f7f98700ad75369d14d1dcc49a6fcc06ed8a546"}, - {file = "apprise-1.8.0.tar.gz", hash = "sha256:e8f58cebfea1a34f569cb4c68809a3175be80ec06f0a2ec473522b92023212c5"}, + {file = "apprise-1.8.1-py3-none-any.whl", hash = "sha256:371ea400305bd3bf5e8af8e56f151e131ee6357ae009418f9dc3c279909ba0ee"}, + {file = "apprise-1.8.1.tar.gz", hash = "sha256:08a20fe72672b7e90f7969d5b879d657c2e2db385a8a8c10f54cba565bf237f2"}, ] [package.dependencies] @@ -1492,4 +1492,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "e6c340d6adb2b09274368f0c5a10f24414fdfa3c649bf8055c45ac728f14aa26" +content-hash = "9996fe0cfa43522cf308218fe68f596d13bcc97cfd741d3b3dfb6afa670afac5" diff --git a/pyproject.toml b/pyproject.toml index d97cc392..d2cfbf48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ repository = "https://github.com/Der-Henning/tgtg" version = "1.21.2" [tool.poetry.dependencies] -apprise = "^1.4.0" +apprise = "^1.8.1" colorlog = "^6.7.0" cron-descriptor = "^1.4.0" discord = "^2.3.2" From 07c741467fce4039403d1e1abf658d9139d0c151 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 26 Jul 2024 05:05:47 +0000 Subject: [PATCH 2/2] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 535abfbe..160e24c7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ aiohttp==3.9.5 ; python_version >= "3.9" and python_version < "3.13" aiosignal==1.3.1 ; python_version >= "3.9" and python_version < "3.13" anyio==4.4.0 ; python_version >= "3.9" and python_version < "3.13" -apprise==1.8.0 ; python_version >= "3.9" and python_version < "3.13" +apprise==1.8.1 ; python_version >= "3.9" and python_version < "3.13" async-timeout==4.0.3 ; python_version >= "3.9" and python_version < "3.11" attrs==23.2.0 ; python_version >= "3.9" and python_version < "3.13" cachetools==5.3.3 ; python_version >= "3.9" and python_version < "3.13"