diff --git a/poetry.lock b/poetry.lock index 846908e..6317934 100644 --- a/poetry.lock +++ b/poetry.lock @@ -482,14 +482,14 @@ files = [ [[package]] name = "lookyloo-models" -version = "0.2.7" +version = "0.2.8" description = "All the Pydantic models used across Lookyloo" optional = false python-versions = "<4,>=3.10" groups = ["main"] files = [ - {file = "lookyloo_models-0.2.7-py3-none-any.whl", hash = "sha256:3a0bf96a70d3effabb215c1fba5a03896f5274ec748194f2d2179cf41691e181"}, - {file = "lookyloo_models-0.2.7.tar.gz", hash = "sha256:e3e9649e37d8ded39599b8a393d20b768ee41828375cf1478f6f8eebdb26ac84"}, + {file = "lookyloo_models-0.2.8-py3-none-any.whl", hash = "sha256:e8af80e7336cf29c9b1ed65292c6e568a9ad24fc2d798bfe7121810faaf1a688"}, + {file = "lookyloo_models-0.2.8.tar.gz", hash = "sha256:9c25ed5978a0ae458ad76b5c8cfa24ce5fe6b96fd349e8cb8692ef5972cb85e3"}, ] [package.dependencies] @@ -1698,4 +1698,4 @@ docs = ["sphinx"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.15" -content-hash = "022f72d7b4b2912ed9c22e8192e05f2b2f4087b6748c45666b7195871fc2ec33" +content-hash = "d61b8c60ff8524244cd468d02a19f66260946bdadbf533f7ffd58acbec8ea30b" diff --git a/pyproject.toml b/pyproject.toml index f076041..d29df4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dynamic = ["classifiers"] dependencies = [ "requests (>=2.34.0)", - "lookyloo-models (>=0.2.7)", + "lookyloo-models (>=0.2.8)", "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)"