diff --git a/poetry.lock b/poetry.lock index e8bbaed..970488e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.3.2 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 = "aniso8601" @@ -1496,7 +1496,7 @@ fqdn = {version = "*", optional = true, markers = "extra == \"format-nongpl\""} idna = {version = "*", optional = true, markers = "extra == \"format-nongpl\""} isoduration = {version = "*", optional = true, markers = "extra == \"format-nongpl\""} jsonpointer = {version = ">1.13", optional = true, markers = "extra == \"format-nongpl\""} -jsonschema-specifications = ">=2023.3.6" +jsonschema-specifications = ">=2023.03.6" referencing = ">=0.28.4" rfc3339-validator = {version = "*", optional = true, markers = "extra == \"format-nongpl\""} rfc3986-validator = {version = ">0.1.0", optional = true, markers = "extra == \"format-nongpl\""} @@ -1886,14 +1886,14 @@ files = [ [[package]] name = "lookyloo-models" -version = "0.1.7" +version = "0.1.8" description = "All the Pydantic models used across Lookyloo" optional = false python-versions = "<4,>=3.10" groups = ["main"] files = [ - {file = "lookyloo_models-0.1.7-py3-none-any.whl", hash = "sha256:905799788a60ca36b3f03e2b6dc129caad2a5fd1c767a170a8dfd499049aac98"}, - {file = "lookyloo_models-0.1.7.tar.gz", hash = "sha256:51fac34a635d473a9eb6e04562fc6b1a85fcfa5a71c87a239fdcc29fe57553b6"}, + {file = "lookyloo_models-0.1.8-py3-none-any.whl", hash = "sha256:3404b1e329be61ab58349611eb8fe67ea1ebe6d7ae341d645031fc8b9c3b6c06"}, + {file = "lookyloo_models-0.1.8.tar.gz", hash = "sha256:c7203d43a76accf0209243b442e88fb0909f2251986faef698134f7a1823b89b"}, ] [package.dependencies] @@ -4268,4 +4268,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.10,<3.15" -content-hash = "ba3fa79db5e5421cb24cb6b81219a715036c5310d6778478a42708af8e4ccac5" +content-hash = "c00c243cb22cd6204308bd5a006763f64262f5d327dfd4ee0408d85cbd50fa4e" diff --git a/pyproject.toml b/pyproject.toml index 0e29a89..a777f8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ flask-wtf = "^1.2.2" flask-login = "^0.6.3" defang = "^0.5.3" psutil = "^7.2.2" -lookyloo-models = "^0.1.7" +lookyloo-models = "^0.1.8" requests = "^2.33.0" flask = "^3.1.3" wtforms = "^3.2.1"