diff --git a/poetry.lock b/poetry.lock index 4c2d316..f22f0ef 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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" diff --git a/pyproject.toml b/pyproject.toml index cdf5c75..f86e57c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"