mirror of https://github.com/CIRCL/lookyloo
build(deps): bump pylookyloo from 1.19.2 to 1.19.3
Bumps [pylookyloo](https://github.com/lookyloo/PyLookyloo) from 1.19.2 to 1.19.3. - [Release notes](https://github.com/lookyloo/PyLookyloo/releases) - [Commits](https://github.com/lookyloo/PyLookyloo/commits/v1.19.3) --- updated-dependencies: - dependency-name: pylookyloo dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>pull/705/head
parent
7f27383329
commit
1682d72f0c
|
@ -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"
|
||||||
|
@ -2184,14 +2184,14 @@ docs = ["Sphinx (>=7.0.1,<8.0.0)"]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pylookyloo"
|
name = "pylookyloo"
|
||||||
version = "1.19.2"
|
version = "1.19.3"
|
||||||
description = "Python CLI and module for Lookyloo"
|
description = "Python CLI and module for Lookyloo"
|
||||||
category = "main"
|
category = "main"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.8,<4.0"
|
python-versions = ">=3.8,<4.0"
|
||||||
files = [
|
files = [
|
||||||
{file = "pylookyloo-1.19.2-py3-none-any.whl", hash = "sha256:9e7b7c83a3b7565e45b5e3939ccf9baa8e3356a25b4f6b5bba26cfad1b479644"},
|
{file = "pylookyloo-1.19.3-py3-none-any.whl", hash = "sha256:35a349b70f263ef9f66b85f84ea5013859f010b4a9a63c7539cb5da541812028"},
|
||||||
{file = "pylookyloo-1.19.2.tar.gz", hash = "sha256:223156329d168fb42cccf92b1e1a7e8684d12ccbce686e0d9afbdbc97005c719"},
|
{file = "pylookyloo-1.19.3.tar.gz", hash = "sha256:9d4fb6877ca97303afefeba0ab98a45c8be90309dbc7a7070d1968556661f519"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
|
@ -3189,4 +3189,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 = "5a028cfd54c2f496931a2fd09c0134c21c22207d5c609c955661cb8e97c2f38f"
|
content-hash = "e60a9b95da9b7a7478c292f0fa901ab27f11c4ddf741481f89b0e9b54fffae6c"
|
||||||
|
|
|
@ -47,7 +47,7 @@ defang = "^0.5.3"
|
||||||
vt-py = "^0.17.5"
|
vt-py = "^0.17.5"
|
||||||
pyeupi = "^1.1"
|
pyeupi = "^1.1"
|
||||||
pysanejs = "^2.0.1"
|
pysanejs = "^2.0.1"
|
||||||
pylookyloo = "^1.19.2"
|
pylookyloo = "^1.19.3"
|
||||||
dnspython = "^2.3.0"
|
dnspython = "^2.3.0"
|
||||||
pytaxonomies = "^1.5.0"
|
pytaxonomies = "^1.5.0"
|
||||||
pymisp = {version = "^2.4.171", extras = ["url", "fileobjects"]}
|
pymisp = {version = "^2.4.171", extras = ["url", "fileobjects"]}
|
||||||
|
|
Loading…
Reference in New Issue