diff --git a/poetry.lock b/poetry.lock index d1a007a2..5151b730 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1238,18 +1238,18 @@ format-nongpl = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339- [[package]] name = "lacuscore" -version = "1.5.10" +version = "1.5.11" description = "Core of Lacus, usable as a module" optional = false python-versions = ">=3.8,<4.0" files = [ - {file = "lacuscore-1.5.10-py3-none-any.whl", hash = "sha256:7bb9de100f11833ab9dffb42b4fabcb85fa600d71e06f143adc465ebaa408d02"}, - {file = "lacuscore-1.5.10.tar.gz", hash = "sha256:3dd4bd25aa12aa833453fd1830dbd7712199c6a211282bfda1cb3ca4cd6bc567"}, + {file = "lacuscore-1.5.11-py3-none-any.whl", hash = "sha256:214c9ec7878e7030960cc6a2349cae48946eb6b5aa84d8f9fdf4fe2cd22a2892"}, + {file = "lacuscore-1.5.11.tar.gz", hash = "sha256:e6c2b85476354438223ce64b553a6a56459c23279117b63a97515fb88e59db21"}, ] [package.dependencies] defang = ">=0.5.3,<0.6.0" -playwrightcapture = {version = ">=1.20.6,<2.0.0", extras = ["recaptcha"]} +playwrightcapture = {version = ">=1.20.7,<2.0.0", extras = ["recaptcha"]} redis = {version = ">=4.5.5,<5.0.0", extras = ["hiredis"]} requests = ">=2.31.0,<3.0.0" ua-parser = ">=0.16.1,<0.17.0" @@ -1873,13 +1873,13 @@ typing-extensions = {version = "*", markers = "python_version <= \"3.8\""} [[package]] name = "playwrightcapture" -version = "1.20.6" +version = "1.20.7" description = "A simple library to capture websites using playwright" optional = false python-versions = ">=3.8,<4.0" files = [ - {file = "playwrightcapture-1.20.6-py3-none-any.whl", hash = "sha256:11f07166bd2d321b87616462d6234403ca60a5198201335a24e4deaee8c80f73"}, - {file = "playwrightcapture-1.20.6.tar.gz", hash = "sha256:bc4e423f2abcc26975b6c8b95b1cd5f6e911e95bf793d1e1278451e28321e17f"}, + {file = "playwrightcapture-1.20.7-py3-none-any.whl", hash = "sha256:d6c0ce3a5aa9faa288be11add671d69ae23628618af246ad89f2730a137bb5c3"}, + {file = "playwrightcapture-1.20.7.tar.gz", hash = "sha256:3db2bcdc20b4b97e4877a8c2195568ddad1b0db563f3c39f0c689ac5e04b693e"}, ] [package.dependencies] @@ -3070,4 +3070,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.12" -content-hash = "f2fb8543fa02e52623dd4275285e70bfd20cceca8db4dd43e6d946bef7a78752" +content-hash = "e6c8248e751af0c72f60db6d1ff19246c501335c62c73dc82083d3c672dab993" diff --git a/pyproject.toml b/pyproject.toml index 0f12a57f..b38048d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ passivetotal = "^2.5.9" werkzeug = "^2.3.6" filetype = "^1.2.0" pypandora = "^1.4.0" -lacuscore = "^1.5.10" +lacuscore = "^1.5.11" pylacus = "^1.5.1" pyipasnhistory = "^2.1.2" publicsuffixlist = "^0.10.0.20230617"