From 334181f12fbabedc7e72f4f9562d0603f16acb45 Mon Sep 17 00:00:00 2001 From: Phoenix Zerin Date: Sun, 20 Oct 2024 08:40:31 +1300 Subject: [PATCH] =?UTF-8?q?Update=20to=20autohooks=20=F0=9F=AA=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- poetry.lock | 10 +++++----- pyproject.toml | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 931b573..ec5e9b9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. [[package]] name = "alabaster" @@ -95,13 +95,13 @@ pytest = ">=7.1.2" [[package]] name = "autohooks-plugin-ruff" -version = "23.11.0" +version = "24.1.0" description = "An autohooks plugin for python code formatting via ruff" optional = false python-versions = ">=3.9,<4.0" files = [ - {file = "autohooks_plugin_ruff-23.11.0-py3-none-any.whl", hash = "sha256:26f7be03e232a505e65246b666ea48a323a900d05bdef68e337a5c93dfdb23b1"}, - {file = "autohooks_plugin_ruff-23.11.0.tar.gz", hash = "sha256:1f6c3bc92449fc57c71dd4ac0a410d7f5229f3aff96921fa80c70a28d7db9366"}, + {file = "autohooks_plugin_ruff-24.1.0-py3-none-any.whl", hash = "sha256:2a072805b60abb63311abab84a6600cde9112840ab68f39af53f517648341651"}, + {file = "autohooks_plugin_ruff-24.1.0.tar.gz", hash = "sha256:1a8dd732a2e7215c1c66faa79ac499195859c499af7ce52284ee6003ece4f25c"}, ] [package.dependencies] @@ -1498,4 +1498,4 @@ iso = [] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "a34b9b37aab2137976b7ff44214a0f36898bb6e8099d9ec55ada0d2e64717cd5" +content-hash = "02e0769d5e934a5a0159c2fad34b68332440628d7354896d4143cdd932b22900" diff --git a/pyproject.toml b/pyproject.toml index f8021a4..7fb9027 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,11 +69,11 @@ django = ["phx-filters-django"] iso = ["phx-filters-iso"] [tool.poetry.group.dev.dependencies] -autohooks = ">=23,<25" +autohooks = "^24" autohooks-plugin-black = "^23" autohooks-plugin-mypy = "^23" autohooks-plugin-pytest = "^23" -autohooks-plugin-ruff = "^23" +autohooks-plugin-ruff = "^24" black = "^24" mypy = "^1" pytest = "^8"