mirror of https://github.com/CIRCL/lookyloo
build(deps): bump pylookyloomonitoring from 1.0.1 to 1.0.2
Bumps [pylookyloomonitoring](https://github.com/Lookyloo/PyLookylooMonitoring) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/Lookyloo/PyLookylooMonitoring/releases) - [Commits](https://github.com/Lookyloo/PyLookylooMonitoring/compare/v1.0.1...v1.0.2) --- updated-dependencies: - dependency-name: pylookyloomonitoring dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>pull/668/head
parent
6754400e25
commit
b1c28a3abf
|
@ -1,4 +1,4 @@
|
||||||
# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand.
|
# This file is automatically @generated by Poetry and should not be changed by hand.
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "aiohttp"
|
name = "aiohttp"
|
||||||
|
@ -2160,14 +2160,14 @@ docs = ["Sphinx (>=6.1.3,<7.0.0)"]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pylookyloomonitoring"
|
name = "pylookyloomonitoring"
|
||||||
version = "1.0.1"
|
version = "1.0.2"
|
||||||
description = "Python API to connect to lookyloo monitoring"
|
description = "Python API to connect to lookyloo monitoring"
|
||||||
category = "main"
|
category = "main"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.8,<4.0"
|
python-versions = ">=3.8,<4.0"
|
||||||
files = [
|
files = [
|
||||||
{file = "pylookyloomonitoring-1.0.1-py3-none-any.whl", hash = "sha256:fdec47d982cde3fe0f6ea2fdaa8ecf320064328e3e20ad699e429a0aac29a981"},
|
{file = "pylookyloomonitoring-1.0.2-py3-none-any.whl", hash = "sha256:bb802e3cf8cd475e229f9b92c08e480dea1f33f636a64535c276ff0c0f110453"},
|
||||||
{file = "pylookyloomonitoring-1.0.1.tar.gz", hash = "sha256:6e7f0fc39585df8dc590f848e78964036af27c88eb0b9006034eae1352c89dbc"},
|
{file = "pylookyloomonitoring-1.0.2.tar.gz", hash = "sha256:e86b66ba2b65fc1ac9370d7290f7ed053a1a6d4ff506cfc45b059f34ae95ab0c"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
|
@ -3135,4 +3135,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = ">=3.8,<3.12"
|
python-versions = ">=3.8,<3.12"
|
||||||
content-hash = "832959a2d02b52675de8ee0427e92d4113e65c4f082fd73941affbbb5b8cfe47"
|
content-hash = "2d6bf06f9320a8710e3102180d2f302901d34f0da25a5632223cc5a855da584a"
|
||||||
|
|
|
@ -72,7 +72,7 @@ publicsuffixlist = "^0.9.3"
|
||||||
pyfaup = "^1.2"
|
pyfaup = "^1.2"
|
||||||
chardet = "^5.1.0"
|
chardet = "^5.1.0"
|
||||||
pysecuritytxt = "^1.1.0"
|
pysecuritytxt = "^1.1.0"
|
||||||
pylookyloomonitoring = "^1.0.1"
|
pylookyloomonitoring = "^1.0.2"
|
||||||
|
|
||||||
[tool.poetry.group.dev.dependencies]
|
[tool.poetry.group.dev.dependencies]
|
||||||
mypy = "^1.2.0"
|
mypy = "^1.2.0"
|
||||||
|
|
Loading…
Reference in New Issue