mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-05 13:35:23 +02:00
fix(deps): update dependency apprise to v1.9.4 (#5878)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
8a8580e83c
commit
04d0144369
1 changed files with 9 additions and 4 deletions
13
poetry.lock
generated
13
poetry.lock
generated
|
@ -94,14 +94,14 @@ files = [
|
|||
|
||||
[[package]]
|
||||
name = "apprise"
|
||||
version = "1.9.3"
|
||||
version = "1.9.4"
|
||||
description = "Push Notifications that work with just about every platform!"
|
||||
optional = false
|
||||
python-versions = ">=3.6"
|
||||
python-versions = ">=3.9"
|
||||
groups = ["main"]
|
||||
files = [
|
||||
{file = "apprise-1.9.3-py3-none-any.whl", hash = "sha256:e9b5abb73244c21a30ee493860f8d4ae80665d225b1b436179d48db4f6fc5b9e"},
|
||||
{file = "apprise-1.9.3.tar.gz", hash = "sha256:f583667ea35b8899cd46318c6cb26f0faf6a4605b119174c2523a012590c65a6"},
|
||||
{file = "apprise-1.9.4-py3-none-any.whl", hash = "sha256:17dca8ad0a5b2063f6bae707979a51ca2cb374fcc66b0dd5c05a9d286dd40069"},
|
||||
{file = "apprise-1.9.4.tar.gz", hash = "sha256:483122aee19a89a7b075ecd48ef11ae37d79744f7aeb450bcf985a9a6c28c988"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
@ -112,6 +112,11 @@ PyYAML = "*"
|
|||
requests = "*"
|
||||
requests-oauthlib = "*"
|
||||
|
||||
[package.extras]
|
||||
all-plugins = ["PGPy", "cryptography", "gntp", "paho-mqtt (!=2.0.*)", "smpplib"]
|
||||
dev = ["babel", "coverage", "mock", "pytest", "pytest-cov", "pytest-mock", "ruff", "tox", "validate-pyproject"]
|
||||
windows = ["pywin32"]
|
||||
|
||||
[[package]]
|
||||
name = "astroid"
|
||||
version = "3.3.8"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue