fix: Upgrade monitoring package

pull/653/head v1.19.0
Raphaël Vinot 2023-03-30 13:21:00 +02:00
parent 5184d45a63
commit d443aa4d80
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -2170,14 +2170,14 @@ docs = ["Sphinx (>=6.1.3,<7.0.0)"]
[[package]]
name = "pylookyloomonitoring"
version = "0.2.0"
version = "1.0.1"
description = "Python API to connect to lookyloo monitoring"
category = "main"
optional = false
python-versions = ">=3.8,<4.0"
files = [
{file = "pylookyloomonitoring-0.2.0-py3-none-any.whl", hash = "sha256:c698398a4a175a9c2708606114da823a643d0cec92141c6e307e4b465c6cadca"},
{file = "pylookyloomonitoring-0.2.0.tar.gz", hash = "sha256:1823c08422dc3fc26a10cc23b3e7caef84e4b82674c0b23f733bd53c68e08502"},
{file = "pylookyloomonitoring-1.0.1-py3-none-any.whl", hash = "sha256:fdec47d982cde3fe0f6ea2fdaa8ecf320064328e3e20ad699e429a0aac29a981"},
{file = "pylookyloomonitoring-1.0.1.tar.gz", hash = "sha256:6e7f0fc39585df8dc590f848e78964036af27c88eb0b9006034eae1352c89dbc"},
]
[package.dependencies]
@ -3145,4 +3145,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more
[metadata]
lock-version = "2.0"
python-versions = ">=3.8,<3.12"
content-hash = "811852388034f1883383c8be93c750399ea1d4bde5648b4d623e516090e9080b"
content-hash = "12d20c8e621fe5b03397f72e3ad89d73d0457d300c47ea488e185de5310aaf38"

View File

@ -72,7 +72,7 @@ publicsuffixlist = "^0.9.3"
pyfaup = "^1.2"
chardet = "^5.1.0"
pysecuritytxt = "^1.1.0"
pylookyloomonitoring = "^0.2.0"
pylookyloomonitoring = "^1.0.1"
[tool.poetry.group.dev.dependencies]
mypy = "^1.1.1"