diff --git a/aurora/info.json b/aurora/info.json index 092b491..00d919d 100644 --- a/aurora/info.json +++ b/aurora/info.json @@ -9,7 +9,7 @@ "disabled": false, "min_bot_version": "3.5.0", "min_python_version": [3, 10, 0], - "requirements": ["pydantic", "aiosqlite", "class-registry"], + "requirements": ["pydantic", "aiosqlite", "phx-class-registry"], "tags": [ "mod", "moderate", diff --git a/poetry.lock b/poetry.lock index 4474ce9..373a6f5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -599,20 +599,6 @@ files = [ {file = "charset_normalizer-3.3.2-py3-none-any.whl", hash = "sha256:3e4d1f6587322d2788836a99c69062fbb091331ec940e02d12d179c1d53e25fc"}, ] -[[package]] -name = "class-registry" -version = "2.1.2" -description = "Factory+Registry pattern for Python classes." -optional = false -python-versions = "*" -files = [ - {file = "class-registry-2.1.2.tar.gz", hash = "sha256:678bdb0322566c07a4d8905140d364bd34a73baf46bf7580fc2e06fa994d4e7e"}, - {file = "class_registry-2.1.2-py2.py3-none-any.whl", hash = "sha256:cfb855514753e2edfe8d88b14a6e449820682fe0983efe61b83df28b688b3e5a"}, -] - -[package.dependencies] -six = "*" - [[package]] name = "click" version = "8.1.7" @@ -1502,6 +1488,22 @@ files = [ {file = "pathspec-0.12.1.tar.gz", hash = "sha256:a482d51503a1ab33b1c67a6c3813a26953dbdc71c31dacaef9a838c4e29f5712"}, ] +[[package]] +name = "phx-class-registry" +version = "4.1.0" +description = "Factory+Registry pattern for Python classes" +optional = false +python-versions = ">=3.10" +files = [ + {file = "phx-class-registry-4.1.0.tar.gz", hash = "sha256:6a7fe8568f9000ad1f90c9a81c5cb65ec20ee3b89b2aaab7a67e14dbb67e11d1"}, + {file = "phx_class_registry-4.1.0-py3-none-any.whl", hash = "sha256:1cad15897473d5bcd2ed7640423e68b7fa20745e4e25c0457f5474afa50bc8bb"}, +] + +[package.extras] +build-system = ["build", "twine"] +docs-builder = ["sphinx", "sphinx-rtd-theme"] +test-runner = ["tox"] + [[package]] name = "pillow" version = "10.3.0" @@ -2688,4 +2690,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.11,<3.12" -content-hash = "bf7dd1ef2ebf8aedeb3295201cf04b53e5cd04cca488fd1e7e0257cbe9597513" +content-hash = "6d09969e0ad7adff5aa105915c5c9e0354b4b7aceb80b9c2b3fb800bb08f21d4" diff --git a/pyproject.toml b/pyproject.toml index 68f5ea3..39c6670 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ colorthief = "^0.2.1" beautifulsoup4 = "^4.12.3" markdownify = "^0.12.1" aiosqlite = "^0.20.0" -class-registry = "^2.1.2" +phx-class-registry = "^4.1.0" [tool.poetry.group.dev] optional = true