From 50d4b917fe826dbf9455714af4753858ee4c6e15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 01:53:23 +0000 Subject: [PATCH] build(deps): bump lookyloo-models from 0.2.1 to 0.2.2 Bumps lookyloo-models from 0.2.1 to 0.2.2. --- updated-dependencies: - dependency-name: lookyloo-models dependency-version: 0.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 96fc4fd..80e0815 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.3.4 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 = "alabaster" @@ -468,14 +468,14 @@ files = [ [[package]] name = "lookyloo-models" -version = "0.2.1" +version = "0.2.2" description = "All the Pydantic models used across Lookyloo" optional = false python-versions = "<4,>=3.10" groups = ["main"] files = [ - {file = "lookyloo_models-0.2.1-py3-none-any.whl", hash = "sha256:5386cdb310bd4f837c689d41e2b0f498b9691cd3bf63974bd6662de4c34dba25"}, - {file = "lookyloo_models-0.2.1.tar.gz", hash = "sha256:a17aa5d2437742806385465e6feeacd6d4da3f9d0e73a3a796c1c829963371da"}, + {file = "lookyloo_models-0.2.2-py3-none-any.whl", hash = "sha256:a907eae1db0ee04e36352f76ad3a621c8766de7e3b8a0f769889298c998da73b"}, + {file = "lookyloo_models-0.2.2.tar.gz", hash = "sha256:57d4c43a9b36d25cda01eb1b6b822f77d4f9c7505c4b5ebe3be80e4b71d95d2a"}, ] [package.dependencies] @@ -1634,4 +1634,4 @@ docs = ["sphinx"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.15" -content-hash = "e98c1446566436f05c02230d655e80992dffe0307bab3849927deb61ebbfec72" +content-hash = "46718203f663da6cfbd17500425ce7263fdf930a1e8a0ddb4a008b94a2d624e9" diff --git a/pyproject.toml b/pyproject.toml index 710340d..6e16a0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dynamic = [ "classifiers" ] dependencies = [ "requests (>=2.33.1)", - "lookyloo-models (>=0.2.1)" + "lookyloo-models (>=0.2.2)" ] [project.urls]