diff --git a/poetry.lock b/poetry.lock index 8807cca..13a6624 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.2" 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.2-py3-none-any.whl", hash = "sha256:29b7d617d6fd64e0c41145bdf317f3136ff8fcd96d4f98649e9d82ac92ba873b"}, + {file = "pylookyloo-1.36.2.tar.gz", hash = "sha256:f24414c54a37618c256b1302a30731885bc8e952a987e5d1d42fc5f24523ae0d"}, ] [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.0)"] [[package]] name = "pytest"