diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f77faed404..60f2b1e01c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: - id: unasyncd additional_dependencies: ["ruff"] - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: "v0.7.3" + rev: "v0.7.4" hooks: - id: ruff args: ["--fix"] diff --git a/pyproject.toml b/pyproject.toml index 9bbcad9f0a..dc85d985d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,6 @@ Twitter = "https://twitter.com/LitestarAPI" [project.optional-dependencies] annotated-types = ["annotated-types"] attrs = ["attrs"] -htmx = ["litestar-htmx>=0.3.0"] brotli = ["brotli"] cli = ["jsbeautifier", "uvicorn[standard]", "uvloop>=0.18.0; sys_platform != 'win32'"] cryptography = ["cryptography"]