diff --git a/poetry.lock b/poetry.lock index 2e969c3..2fab31b 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] @@ -1700,4 +1700,4 @@ docs = ["sphinx"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.15" -content-hash = "15518fc0f2c90b7a6ed21de92fcccea195ad4ba8973ac55eb95afaf312a46c74" +content-hash = "6ad6f6a9b3db0e30e5e1308cf534240f0677b0555029dffe370be4dfa94aafa4" diff --git a/pyproject.toml b/pyproject.toml index 8deb5b9..0fd796d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,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)"