Bump apprise from 1.4.0 to 1.4.5 (#297)

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

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

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-07-11 04:28:45 -04:00
committed by GitHub
parent 577787342b
commit 1478b635ee
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -2,13 +2,13 @@
[[package]]
name = "apprise"
version = "1.4.0"
version = "1.4.5"
description = "Push Notifications that work with just about every platform!"
optional = false
python-versions = ">=3.6"
files = [
{file = "apprise-1.4.0-py2.py3-none-any.whl", hash = "sha256:f2fb0d152a5acfef9074abf1b1cfe8cca72a161615b3046fa1a9273e4c384b68"},
{file = "apprise-1.4.0.tar.gz", hash = "sha256:e3150534854dac53d4f07838d8cbfb22ce0d45d42eba05f96d66c4f4843cd55a"},
{file = "apprise-1.4.5-py3-none-any.whl", hash = "sha256:01c9949327d94c11c886bd1ae387ba7f61cdb9d6247b8096686920685e40fb47"},
{file = "apprise-1.4.5.tar.gz", hash = "sha256:b7c66513c5456690a298ed887c9016ded42f15e365d16142e728b74f7cffee82"},
]
[package.dependencies]
@@ -804,4 +804,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
content-hash = "5bcf09f729b1f201ede960efb8c6bbc8813707516c8271916a8848b19850ebcc"
content-hash = "74257d584bbc706739e08ca0a604c55a76be5ae9ac51ac9427491b5053ceda63"

View File

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