diff --git a/poetry.lock b/poetry.lock index 2115eeb..c37e7cd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -749,6 +749,20 @@ idna = ["idna (>=3.6)"] trio = ["trio (>=0.23)"] wmi = ["wmi (>=1.5.1)"] +[[package]] +name = "eval-type-backport" +version = "0.2.0" +description = "Like `typing._eval_type`, but lets older Python versions use newer typing features." +optional = false +python-versions = ">=3.8" +files = [ + {file = "eval_type_backport-0.2.0-py3-none-any.whl", hash = "sha256:ac2f73d30d40c5a30a80b8739a789d6bb5e49fdffa66d7912667e2015d9c9933"}, + {file = "eval_type_backport-0.2.0.tar.gz", hash = "sha256:68796cfbc7371ebf923f03bdf7bef415f3ec098aeced24e054b253a0e78f7b37"}, +] + +[package.extras] +tests = ["pytest"] + [[package]] name = "exceptiongroup" version = "1.2.2" @@ -1354,19 +1368,20 @@ referencing = ">=0.31.0" [[package]] name = "lacuscore" -version = "1.10.2" +version = "1.10.3" description = "Core of Lacus, usable as a module" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "lacuscore-1.10.2-py3-none-any.whl", hash = "sha256:26b99b2821c26c38fe8387f94997d95b0578a414feea457c5ca5c800446d2df4"}, - {file = "lacuscore-1.10.2.tar.gz", hash = "sha256:1fbd4d12fd9c865609d2aaf33cd085a2b49638e7fd9db9430c19fb7bb24c323d"}, + {file = "lacuscore-1.10.3-py3-none-any.whl", hash = "sha256:789d8c23945a98be05288e86cf2b443d8f6495b32cf1a1e1085d09b2f23508d3"}, + {file = "lacuscore-1.10.3.tar.gz", hash = "sha256:8c5a209fbfee56ed1935c644379ce91a0db7e01415b32aa3134df7430dccac32"}, ] [package.dependencies] async-timeout = {version = ">=4.0.3,<5.0.0", markers = "python_version < \"3.11\""} defang = ">=0.5.3,<0.6.0" dnspython = ">=2.6.1,<3.0.0" +eval-type-backport = {version = ">=0.2.0,<0.3.0", markers = "python_version < \"3.10\""} playwrightcapture = {version = ">=1.25.6,<2.0.0", extras = ["recaptcha"]} pydantic = ">=2.8.2,<3.0.0" redis = {version = ">=5.0.7,<6.0.0", extras = ["hiredis"]} @@ -2971,4 +2986,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "73ae05998791c44ecc6bf9b8052b77dd541802b8b39d18c5c73b91758652a2cd" +content-hash = "280a12b5688e96b80c060d0090cb8ad38b20fc7b3c82b6fe98f425c897943e90" diff --git a/pyproject.toml b/pyproject.toml index 46154fa..2e7c037 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ redis = {version = "^5.0.7", extras = ["hiredis"]} flask-restx = "^1.3.0" werkzeug = "^3.0.3" gunicorn = "^22.0.0" -lacuscore = "^1.10.2" +lacuscore = "^1.10.3" rich = "^13.7.1" psutil = "^6.0.0"