diff --git a/poetry.lock b/poetry.lock index 60ae2e6..372e565 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.3" +version = "0.2.4" description = "All the Pydantic models used across Lookyloo" optional = false python-versions = "<4,>=3.10" groups = ["main"] files = [ - {file = "lookyloo_models-0.2.3-py3-none-any.whl", hash = "sha256:6db03aeb090de0b009f1f4d9d4cb312f5cee8c45f197160910ed79f12e872810"}, - {file = "lookyloo_models-0.2.3.tar.gz", hash = "sha256:fee468b5e7725cd6194e6e8da06fe2c80d0764a7ac3f0c53405f9bd25345064a"}, + {file = "lookyloo_models-0.2.4-py3-none-any.whl", hash = "sha256:dc25b76f589cffa1f56b3aa790f5d8aae6f7d2cd07d50da71653516975099241"}, + {file = "lookyloo_models-0.2.4.tar.gz", hash = "sha256:002715c3fa5d67d036cd3f0c5e6ecd9b1cc9225211a9b9472be476a9fd4d1b0b"}, ] [package.dependencies] @@ -1633,4 +1633,4 @@ docs = ["sphinx"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.15" -content-hash = "f114cd25a1891a5bd93d2a7b8384ed12da8142e199a788ca5d325ce4b56b1e0e" +content-hash = "3a4ea2575e530f3e2dfe51017db566a3cb111ef28096e75bf23b8eb20a6bb6b1" diff --git a/pyproject.toml b/pyproject.toml index 5381baa..0f76284 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dynamic = [ "classifiers" ] dependencies = [ "requests (>=2.33.1)", - "lookyloo-models (>=0.2.3)" + "lookyloo-models (>=0.2.4)" ] [project.urls]