diff --git a/poetry.lock b/poetry.lock index 4ed1537..d0df936 100644 --- a/poetry.lock +++ b/poetry.lock @@ -866,18 +866,18 @@ format-nongpl = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339- [[package]] name = "lacuscore" -version = "1.5.14" +version = "1.6.0" description = "Core of Lacus, usable as a module" optional = false python-versions = ">=3.8,<4.0" files = [ - {file = "lacuscore-1.5.14-py3-none-any.whl", hash = "sha256:a752a64710dc9068d0950430b424b5dcbbb9a5e41b0af35d882a44174396a8eb"}, - {file = "lacuscore-1.5.14.tar.gz", hash = "sha256:ae0d42bd42d4d99b5ac6452db964529bdf93f7751bad1a17232d544f179cea90"}, + {file = "lacuscore-1.6.0-py3-none-any.whl", hash = "sha256:44908a19a4936f85b82a0b46f8b81641f61cb2e69dea9aee67fa8a944cf541cb"}, + {file = "lacuscore-1.6.0.tar.gz", hash = "sha256:8001f5db7f3595c6b808b3b810d3c795d29f9cad408053387a2d4bc24b0b4c28"}, ] [package.dependencies] defang = ">=0.5.3,<0.6.0" -playwrightcapture = {version = ">=1.20.10,<2.0.0", extras = ["recaptcha"]} +playwrightcapture = {version = ">=1.21.0,<2.0.0", extras = ["recaptcha"]} redis = {version = ">=4.6.0,<5.0.0", extras = ["hiredis"]} requests = ">=2.31.0,<3.0.0" ua-parser = ">=0.16.1,<0.17.0" @@ -1216,13 +1216,13 @@ typing-extensions = {version = "*", markers = "python_version <= \"3.8\""} [[package]] name = "playwrightcapture" -version = "1.20.10" +version = "1.21.0" description = "A simple library to capture websites using playwright" optional = false python-versions = ">=3.8,<4.0" files = [ - {file = "playwrightcapture-1.20.10-py3-none-any.whl", hash = "sha256:14c80d94ba6c04f67c74f6bc86eb997f8f498501f0d378149655f9dd8337a8f7"}, - {file = "playwrightcapture-1.20.10.tar.gz", hash = "sha256:cabe3e22e7809bd0a57bd420d5b7c00d9052f72dd396f9300baea49e703b86f7"}, + {file = "playwrightcapture-1.21.0-py3-none-any.whl", hash = "sha256:291a7a20b2d02c7b93b79a2e734a7f52ea794a233af9794a65608359ec69dbfd"}, + {file = "playwrightcapture-1.21.0.tar.gz", hash = "sha256:00a1e093814a6dfc87e0bccfd229ee1706e6ced0c478df41a4b68433d9526a3f"}, ] [package.dependencies] @@ -1837,4 +1837,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "d68d1c2c2701c03c6661efc56c04c7aeb9d6210343ab75201b0f75f6f1a2e88e" +content-hash = "aef03b3b1bd0cf157eb19ca5b36b9477bd3718d8d4540080e66210937b67ac2f" diff --git a/pyproject.toml b/pyproject.toml index 431fcfb..78f2f1f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ redis = {version = "^4.6.0", extras = ["hiredis"]} flask-restx = "^1.1.0" werkzeug = "^2.3.6" gunicorn = "^20.1.0" -lacuscore = "^1.5.14" +lacuscore = "^1.6.0" rich = "^13.4.2" psutil = "^5.9.5"