diff --git a/poetry.lock b/poetry.lock index 8807cca..e3f3cbe 100644 --- a/poetry.lock +++ b/poetry.lock @@ -702,23 +702,23 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pylookyloo" -version = "1.34.0" +version = "1.36.3" description = "Python CLI and module for Lookyloo" optional = true python-versions = ">=3.10" groups = ["main"] markers = "extra == \"lookyloo-example\"" files = [ - {file = "pylookyloo-1.34.0-py3-none-any.whl", hash = "sha256:f777f1ea7f268ea6b7238aa7b22806f00961fac578050bad95d60fe79d76fb60"}, - {file = "pylookyloo-1.34.0.tar.gz", hash = "sha256:5773cd586113e5a7a96dcdc008970182c405f9e9554ca7d2586afc1ec8fa251b"}, + {file = "pylookyloo-1.36.3-py3-none-any.whl", hash = "sha256:3438d297650d7beda040a1528b1279ddb323e965da73c62f2897040406c23aed"}, + {file = "pylookyloo-1.36.3.tar.gz", hash = "sha256:02f196ccf5facc021f5a11c870616ef30e48a5dac1d454a559bd9fea640bd62f"}, ] [package.dependencies] requests = ">=2.32.5" [package.extras] -docs = ["Sphinx (>=8.2.3) ; python_version >= \"3.11\""] -examples = ["pylacus (>=1.19.0)"] +docs = ["Sphinx (>=9.1.0) ; python_version >= \"3.12\""] +examples = ["pylacus (>=1.21.2)"] [[package]] name = "pytest"