mirror of
https://github.com/davegallant/rfd-notify.git
synced 2025-08-07 09:02:28 +00:00
Compare commits
2 Commits
8aa99c65ec
...
e4f340a6b6
Author | SHA1 | Date | |
---|---|---|---|
|
e4f340a6b6 | ||
|
28d5afafdf |
14
poetry.lock
generated
14
poetry.lock
generated
@@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "apprise"
|
name = "apprise"
|
||||||
version = "1.5.0"
|
version = "1.6.0"
|
||||||
description = "Push Notifications that work with just about every platform!"
|
description = "Push Notifications that work with just about every platform!"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.6"
|
python-versions = ">=3.6"
|
||||||
files = [
|
files = [
|
||||||
{file = "apprise-1.5.0-py3-none-any.whl", hash = "sha256:3ef7d5cb3666c006af87b33c8f0ffa9fe68b69ef6d6a04b2824e6414f798bf54"},
|
{file = "apprise-1.6.0-py3-none-any.whl", hash = "sha256:78dbda7fd749d8f5c0c0307ef3e350cdc9eb33aa018008577b2d0c69b6cd7c71"},
|
||||||
{file = "apprise-1.5.0.tar.gz", hash = "sha256:3c581141077a101790ede0cab16fa283ad032a9b2f97dc6d3565fb2d91813fd7"},
|
{file = "apprise-1.6.0.tar.gz", hash = "sha256:3eefab1c5d7978b0e65c5091d1cdbe9206865dc3cb5d19ca5cfbddb76e8aaffe"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
@@ -664,13 +664,13 @@ files = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "types-requests"
|
name = "types-requests"
|
||||||
version = "2.31.0.8"
|
version = "2.31.0.9"
|
||||||
description = "Typing stubs for requests"
|
description = "Typing stubs for requests"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.7"
|
python-versions = ">=3.7"
|
||||||
files = [
|
files = [
|
||||||
{file = "types-requests-2.31.0.8.tar.gz", hash = "sha256:e1b325c687b3494a2f528ab06e411d7092cc546cc9245c000bacc2fca5ae96d4"},
|
{file = "types-requests-2.31.0.9.tar.gz", hash = "sha256:3bb11188795cc3aa39f9635032044ee771009370fb31c3a06ae952b267b6fcd7"},
|
||||||
{file = "types_requests-2.31.0.8-py3-none-any.whl", hash = "sha256:39894cbca3fb3d032ed8bdd02275b4273471aa5668564617cc1734b0a65ffdf8"},
|
{file = "types_requests-2.31.0.9-py3-none-any.whl", hash = "sha256:140e323da742a0cd0ff0a5a83669da9ffcebfaeb855d367186b2ec3985ba2742"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
@@ -721,4 +721,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"]
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.10"
|
python-versions = "^3.10"
|
||||||
content-hash = "6a0986bd786e4b3be41b622678638f16db6bb9a36f7d86d43859b544fd23d772"
|
content-hash = "4f6885cb9ecfcf9ce458bce73ad8c39eae89c13edc1e808fb926ef7a138131ab"
|
||||||
|
@@ -11,7 +11,7 @@ python = "^3.10"
|
|||||||
requests = "^2.31.0"
|
requests = "^2.31.0"
|
||||||
pyyaml = "^6.0"
|
pyyaml = "^6.0"
|
||||||
loguru = "^0.7.2"
|
loguru = "^0.7.2"
|
||||||
apprise = "^1.5.0"
|
apprise = "^1.6.0"
|
||||||
|
|
||||||
[tool.poetry.group.dev.dependencies]
|
[tool.poetry.group.dev.dependencies]
|
||||||
pytest = "^7.4.2"
|
pytest = "^7.4.2"
|
||||||
@@ -19,7 +19,7 @@ black = "^23.9.1"
|
|||||||
pylint = "^3.0.1"
|
pylint = "^3.0.1"
|
||||||
rope = "^1.10.0"
|
rope = "^1.10.0"
|
||||||
mypy = "^1.5.1"
|
mypy = "^1.5.1"
|
||||||
types-requests = "^2.31.0.7"
|
types-requests = "^2.31.0.9"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core"]
|
requires = ["poetry-core"]
|
||||||
|
Reference in New Issue
Block a user