diff --git a/poetry.lock b/poetry.lock index 3d8501a..a8c05e0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1842,20 +1842,20 @@ files = [ [[package]] name = "prek" -version = "0.5.2" +version = "0.5.3" description = "A fast Git hook manager written in Rust, designed as a drop-in alternative to pre-commit, reimagined." optional = false python-versions = ">=3.8" files = [ - {file = "prek-0.5.2-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:40d488a48de3f47f48bd4911ee5dec25e615f992b4cde821e9b50d40c615b39e"}, - {file = "prek-0.5.2-py3-none-macosx_11_0_arm64.whl", hash = "sha256:0eb3b812fc13bc5c05cfc1a8b469f9665a02f845753c3759ad7aca50af707afb"}, - {file = "prek-0.5.2-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.musllinux_1_1_aarch64.whl", hash = "sha256:c0219d1e694a962e3b3ae98f42f53065d2e2856719caee88578d24b35ea74cad"}, - {file = "prek-0.5.2-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a0e22f11c1fb5df89acf5cbde78f6139edf2c30a205bea5a5d4a094366dcdbda"}, - {file = "prek-0.5.2-py3-none-manylinux_2_28_aarch64.whl", hash = "sha256:1d52de8428d5eef7c8c0fd64efd7d31210d13924fd36a02975d462675715aeb7"}, - {file = "prek-0.5.2-py3-none-musllinux_1_1_x86_64.whl", hash = "sha256:86aebcd8ab831036fc3ac9b15275412403e21041da031e6c9f1547888843e5c6"}, - {file = "prek-0.5.2-py3-none-win_amd64.whl", hash = "sha256:b6c0e4f272f9410f8218d1db0cc7ea10cd8f62db19f820b9ace9f6c2b33bd8dd"}, - {file = "prek-0.5.2-py3-none-win_arm64.whl", hash = "sha256:0ebea4ef39f6446f6c414a5a506cde8942b17b5899f74cf90e352628085d4005"}, - {file = "prek-0.5.2.tar.gz", hash = "sha256:a90ea4eeba35c6081bad29775f6a49fcc33fb80372424fce64c7a9c5774e8204"}, + {file = "prek-0.5.3-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:2d7240c5e6a996ef5bebe5d57d43049803e41c225b343681c020bf0c87dab2b2"}, + {file = "prek-0.5.3-py3-none-macosx_11_0_arm64.whl", hash = "sha256:1dd6df8235ca361dbbeec89c305ccb41a138088a2fc548484b4cb89f66a80d20"}, + {file = "prek-0.5.3-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.musllinux_1_1_aarch64.whl", hash = "sha256:61ff791bb850ba52cc0d86576498df7e1bd1e9ed20df63dae113a4a6aa495e19"}, + {file = "prek-0.5.3-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a863379a2668c4ef079d820ffd5b14073145380dfbe0e70fef498dc73c568f86"}, + {file = "prek-0.5.3-py3-none-manylinux_2_28_aarch64.whl", hash = "sha256:086d1b77557f0a089568dc5b93c22ccd793351524f3eeb29d36781421a350e72"}, + {file = "prek-0.5.3-py3-none-musllinux_1_1_x86_64.whl", hash = "sha256:4f09b947255124e9591a7f7ef16eb5340a36ba94a275d788d7ea804fab35f0e2"}, + {file = "prek-0.5.3-py3-none-win_amd64.whl", hash = "sha256:5b74a9742c3e8f8688d5dad1439688f112e2e1746fcb91016015dae38df3eb42"}, + {file = "prek-0.5.3-py3-none-win_arm64.whl", hash = "sha256:20d92aef53a5e237f4659ecc6669c0fbc98a1b83f0e2476530400a72d42ca390"}, + {file = "prek-0.5.3.tar.gz", hash = "sha256:06d88bed9a5b2886cd3796957e4cecf05fa9b06724b625df31dbf0a48ff2330c"}, ] [[package]] @@ -2848,4 +2848,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.0" python-versions = "^3.13" -content-hash = "90bb2a86264badc52e941f50287a9830c93c557f2cdc4b2fa80d2dccbe47f61b" +content-hash = "23b2469b8317161eabbd68bbeb01cc4aba63eb659457445a03e22f039d656d78" diff --git a/pyproject.toml b/pyproject.toml index 7a48e99..ee14dd3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ codespell = "2.4.3" covdefaults = "2.3.0" coverage = {version = "7.16.1", extras = ["toml"]} mypy = "2.3.1" -prek = "0.5.2" +prek = "0.5.3" pre-commit-hooks = "6.0.0" pylint = "4.0.8" pytest = "9.1.1"