From d08084ba84f45e4a70e699d52b64e71e86f0ab16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 13:32:50 +0000 Subject: [PATCH] build(deps): bump lookyloo-models from 0.2.9 to 0.3.0 Bumps lookyloo-models from 0.2.9 to 0.3.0. --- updated-dependencies: - dependency-name: lookyloo-models dependency-version: 0.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 91a99cb..1634261 100644 --- a/poetry.lock +++ b/poetry.lock @@ -483,14 +483,14 @@ files = [ [[package]] name = "lookyloo-models" -version = "0.2.9" +version = "0.3.0" description = "All the Pydantic models used across Lookyloo" optional = false python-versions = "<4,>=3.10" groups = ["main"] files = [ - {file = "lookyloo_models-0.2.9-py3-none-any.whl", hash = "sha256:d335356f083c15114e299b4badc4ba75836bdaa2891a0f4846ccef548e3611dd"}, - {file = "lookyloo_models-0.2.9.tar.gz", hash = "sha256:a1e83c966f046129195c646eabbae0586bfa9d1a69fa30e4fc570ea68cb4c150"}, + {file = "lookyloo_models-0.3.0-py3-none-any.whl", hash = "sha256:07eedfeb2f0b44d05c589af7531a0b0873c2554f4c0978817fa1e3612f7329ac"}, + {file = "lookyloo_models-0.3.0.tar.gz", hash = "sha256:35e393f2ba667d859a9d65cef9d5f2ee0908fc44643b9a72000b612d3b0d82a1"}, ] [package.dependencies] @@ -1724,4 +1724,4 @@ examples = ["pylacus"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.15" -content-hash = "6771379146def9788f5340782e0b33d880dbdbe4a5c2a07b90674e309aed61e3" +content-hash = "63dd8b0fbf25a24e9f64248864ae7f7687516ac71b972ca652c8d16599942fb8" diff --git a/pyproject.toml b/pyproject.toml index c3b092d..e145100 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dynamic = [ "classifiers" ] dependencies = [ "requests (>=2.34.2)", - "lookyloo-models (>=0.2.9)", + "lookyloo-models (>=0.3.0)", "deprecated (>=1.3.1,<2.0.0) ; python_version < \"3.13\"", "pydantic (>=2.12.5,<3.0.0)", "urllib3 (>=2.6.3,<3.0.0)"