From 9a0e7ba5705a2f0ad3835fe084a0899e7025a0b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 17:19:50 +0000 Subject: [PATCH] build(deps): bump pylookyloo from 1.39.1 to 1.39.2 Bumps [pylookyloo](https://github.com/lookyloo/PyLookyloo) from 1.39.1 to 1.39.2. - [Release notes](https://github.com/lookyloo/PyLookyloo/releases) - [Commits](https://github.com/lookyloo/PyLookyloo/compare/v1.39.1...v1.39.2) --- updated-dependencies: - dependency-name: pylookyloo dependency-version: 1.39.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 11286cb..be2747c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1498,21 +1498,21 @@ crypto = ["cryptography (>=3.4.0)"] [[package]] name = "pylookyloo" -version = "1.39.1" +version = "1.39.2" description = "Python CLI and module for Lookyloo" optional = false python-versions = "<3.15,>=3.10" groups = ["main"] files = [ - {file = "pylookyloo-1.39.1-py3-none-any.whl", hash = "sha256:9141ac4e79624b7b4d447e71336eefaee60747e9d92ccf3117d128ba31a064f8"}, - {file = "pylookyloo-1.39.1.tar.gz", hash = "sha256:e02019c5126f06ea73abd2da2f01f2266cf763941b44872c9c25bfe134ce9927"}, + {file = "pylookyloo-1.39.2-py3-none-any.whl", hash = "sha256:eff57f74e2a34400da609566a2f9e35a8147fabe3a6bc365da99957b8ae50c2a"}, + {file = "pylookyloo-1.39.2.tar.gz", hash = "sha256:7ba0fd8f16e5cad0796ec11f49ff041ab55fdccae4da1e20fbe1a17600f5b46f"}, ] [package.dependencies] deprecated = {version = ">=1.3.1,<2.0.0", markers = "python_version < \"3.13\""} lookyloo-models = ">=0.2.7" pydantic = ">=2.12.5,<3.0.0" -requests = ">=2.33.1" +requests = ">=2.34.2" urllib3 = ">=2.6.3,<3.0.0" [package.extras]