Bump apprise from 1.4.5 to 1.5.0 (#305)

Bumps [apprise](https://github.com/caronc/apprise) from 1.4.5 to 1.5.0.
- [Release notes](https://github.com/caronc/apprise/releases)
- [Commits](https://github.com/caronc/apprise/compare/v1.4.5...v1.5.0)

---
updated-dependencies:
- dependency-name: apprise
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-08-28 19:36:39 -04:00
committed by GitHub
parent 4437f25103
commit 40314add1b
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@@ -1,14 +1,14 @@
# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand.
# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand.
[[package]]
name = "apprise"
version = "1.4.5"
version = "1.5.0"
description = "Push Notifications that work with just about every platform!"
optional = false
python-versions = ">=3.6"
files = [
{file = "apprise-1.4.5-py3-none-any.whl", hash = "sha256:01c9949327d94c11c886bd1ae387ba7f61cdb9d6247b8096686920685e40fb47"},
{file = "apprise-1.4.5.tar.gz", hash = "sha256:b7c66513c5456690a298ed887c9016ded42f15e365d16142e728b74f7cffee82"},
{file = "apprise-1.5.0-py3-none-any.whl", hash = "sha256:3ef7d5cb3666c006af87b33c8f0ffa9fe68b69ef6d6a04b2824e6414f798bf54"},
{file = "apprise-1.5.0.tar.gz", hash = "sha256:3c581141077a101790ede0cab16fa283ad032a9b2f97dc6d3565fb2d91813fd7"},
]
[package.dependencies]
@@ -801,4 +801,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
content-hash = "d58fde2cbe418b46981d6f5213915d7f98f2e9bb0d38cc7a5f5d70005f33b718"
content-hash = "bb0c4a5232738dffa35a9355be5cd8f5d23cbebb4fc5ed408ad124f08014c572"

View File

@@ -11,7 +11,7 @@ python = "^3.11"
requests = "^2.31.0"
pyyaml = "^6.0"
loguru = "^0.7.0"
apprise = "^1.4.5"
apprise = "^1.5.0"
[tool.poetry.group.dev.dependencies]
pytest = "^7.4.0"