diff --git a/poetry.lock b/poetry.lock index 61f68f3a..af1cdcd7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -158,13 +158,13 @@ trio = ["trio (>=0.26.1)"] [[package]] name = "apprise" -version = "1.9.0" +version = "1.9.1" description = "Push Notifications that work with just about every platform!" optional = false python-versions = ">=3.6" files = [ - {file = "apprise-1.9.0-py3-none-any.whl", hash = "sha256:7192c953eeb282a7afee012512d3de0104b5a6a11bdda29283435df5a79dfe7f"}, - {file = "apprise-1.9.0.tar.gz", hash = "sha256:b5c93afd6331afe4b63a55d1cea9076e47becb4ba89b562b181c13e25bb0c7d6"}, + {file = "apprise-1.9.1-py3-none-any.whl", hash = "sha256:0792954fbd4d92233b2b481bcbfed2c20b62a193f5565b25c4a369d4a3a8ce85"}, + {file = "apprise-1.9.1.tar.gz", hash = "sha256:79ecd02c41d86dffd211bb35cc5c06c846e777041abe1d0701f989980de44689"}, ] [package.dependencies] @@ -1684,4 +1684,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "3cc899c5d5c30b93c4a106c3bcbd6d09330332b5d3201bf62d39c107562daf2a" +content-hash = "839aca835499b4c565c11edd40ef2654334869b84da1867196a5935949f64e6f" diff --git a/pyproject.toml b/pyproject.toml index a479189f..19bc7715 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ repository = "https://github.com/Der-Henning/tgtg" version = "1.22.0" [tool.poetry.dependencies] -apprise = "^1.4.0" +apprise = "^1.9.1" babel = "^2.16.0" colorlog = "^6.7.0" cron-descriptor = "^1.4.0"