From e3fcfa793cdbb78050dd6a7bdffb711e11c1888c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 14:15:31 +0000 Subject: [PATCH] build(deps): bump pylookyloo from 1.37.0 to 1.37.1 Bumps [pylookyloo](https://github.com/lookyloo/PyLookyloo) from 1.37.0 to 1.37.1. - [Release notes](https://github.com/lookyloo/PyLookyloo/releases) - [Commits](https://github.com/lookyloo/PyLookyloo/compare/v1.37.0...v1.37.1) --- updated-dependencies: - dependency-name: pylookyloo dependency-version: 1.37.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 17 +++++++++-------- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5f21bf5..4b5bb98 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.3.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "aniso8601" @@ -1476,7 +1476,7 @@ fqdn = {version = "*", optional = true, markers = "extra == \"format-nongpl\""} idna = {version = "*", optional = true, markers = "extra == \"format-nongpl\""} isoduration = {version = "*", optional = true, markers = "extra == \"format-nongpl\""} jsonpointer = {version = ">1.13", optional = true, markers = "extra == \"format-nongpl\""} -jsonschema-specifications = ">=2023.3.6" +jsonschema-specifications = ">=2023.03.6" referencing = ">=0.28.4" rfc3339-validator = {version = "*", optional = true, markers = "extra == \"format-nongpl\""} rfc3986-validator = {version = ">0.1.0", optional = true, markers = "extra == \"format-nongpl\""} @@ -2984,22 +2984,23 @@ tests = ["coverage[toml] (==7.10.7)", "pytest (>=8.4.2,<9.0.0)"] [[package]] name = "pylookyloo" -version = "1.37.0" +version = "1.37.1" description = "Python CLI and module for Lookyloo" optional = false -python-versions = ">=3.10" +python-versions = "<3.15,>=3.10" groups = ["main"] files = [ - {file = "pylookyloo-1.37.0-py3-none-any.whl", hash = "sha256:32e6ececda0c7766d15e875abe98070c599b5c86659ffb02f4051fe890ee2e93"}, - {file = "pylookyloo-1.37.0.tar.gz", hash = "sha256:1b8a2cf546dfd8ad586b8b136385017684089183352bb80fa6174565b03d686f"}, + {file = "pylookyloo-1.37.1-py3-none-any.whl", hash = "sha256:10639212f973459b8ed1d73f04c419f1130eab66d1888a4d429011d00acc4fd6"}, + {file = "pylookyloo-1.37.1.tar.gz", hash = "sha256:8b884732762bc0e2d492a0ce737f53fbc7c9b28fd10db019f719b06c6d07579d"}, ] [package.dependencies] +lookyloo-models = ">=0.1.1,<0.2.0" requests = ">=2.32.5" [package.extras] docs = ["Sphinx (>=9.1.0) ; python_version >= \"3.12\""] -examples = ["pylacus (>=1.21.3)"] +examples = ["pylacus (>=1.22.0)"] [[package]] name = "python-dateutil" @@ -4141,4 +4142,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.10,<3.15" -content-hash = "86ac91dd0c922f5f780298eec23b9875a7adb67cb964148c6f448e733f741e01" +content-hash = "f39320038ce96d1b9ae28fb7db1cb03f38cf6dcc08640158be6cd9a5886c9713" diff --git a/pyproject.toml b/pyproject.toml index b6c55b4..66e7f9c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ werkzeug = "^3.1.6" gunicorn = "^25.1.0" cron-converter = "^1.3.1" bootstrap-flask = "^2.5.0" -pylookyloo = "^1.37.0" +pylookyloo = "^1.37.1" flask-wtf = "^1.2.2" flask-login = "^0.6.3" defang = "^0.5.3"