From 28d5afafdf0f40b219443bad93ffe70e4e291f31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 17:01:35 -0400 Subject: [PATCH] Bump apprise from 1.5.0 to 1.6.0 (#325) Bumps [apprise](https://github.com/caronc/apprise) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/caronc/apprise/releases) - [Commits](https://github.com/caronc/apprise/compare/v1.5.0...v1.6.0) --- updated-dependencies: - dependency-name: apprise dependency-type: direct:production update-type: version-update:semver-minor ... 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 8ac02dd..e376bef 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2,13 +2,13 @@ [[package]] name = "apprise" -version = "1.5.0" +version = "1.6.0" description = "Push Notifications that work with just about every platform!" optional = false python-versions = ">=3.6" files = [ - {file = "apprise-1.5.0-py3-none-any.whl", hash = "sha256:3ef7d5cb3666c006af87b33c8f0ffa9fe68b69ef6d6a04b2824e6414f798bf54"}, - {file = "apprise-1.5.0.tar.gz", hash = "sha256:3c581141077a101790ede0cab16fa283ad032a9b2f97dc6d3565fb2d91813fd7"}, + {file = "apprise-1.6.0-py3-none-any.whl", hash = "sha256:78dbda7fd749d8f5c0c0307ef3e350cdc9eb33aa018008577b2d0c69b6cd7c71"}, + {file = "apprise-1.6.0.tar.gz", hash = "sha256:3eefab1c5d7978b0e65c5091d1cdbe9206865dc3cb5d19ca5cfbddb76e8aaffe"}, ] [package.dependencies] @@ -721,4 +721,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "6a0986bd786e4b3be41b622678638f16db6bb9a36f7d86d43859b544fd23d772" +content-hash = "7657dd09f3b3491aafc80661916c3e6c520d87ea8b9efe9bc159019d8e352664" diff --git a/pyproject.toml b/pyproject.toml index 599078b..be51bcd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ python = "^3.10" requests = "^2.31.0" pyyaml = "^6.0" loguru = "^0.7.2" -apprise = "^1.5.0" +apprise = "^1.6.0" [tool.poetry.group.dev.dependencies] pytest = "^7.4.2"