From 9b3c238d4eb2f0de83eba2bd62e7844add427c0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 00:15:36 +0000 Subject: [PATCH 1/2] chore(deps-dev): bump pre-commit from 4.2.0 to 4.4.0 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 4.2.0 to 4.4.0. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v4.2.0...v4.4.0) --- updated-dependencies: - dependency-name: pre-commit dependency-version: 4.4.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 16 ++++++++-------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3e9ca58..a30f7fc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "cfgv" @@ -44,7 +44,7 @@ description = "Backport of PEP 654 (exception groups)" optional = false python-versions = ">=3.7" groups = ["dev"] -markers = "python_version < \"3.11\"" +markers = "python_version == \"3.10\"" files = [ {file = "exceptiongroup-1.2.0-py3-none-any.whl", hash = "sha256:4bfd3996ac73b41e9b9628b04e079f193850720ea5945fc96a08633c66912f14"}, {file = "exceptiongroup-1.2.0.tar.gz", hash = "sha256:91f5c769735f051a4290d52edd0858999b57e5876e9f85937691bd4c9fa3ed68"}, @@ -158,14 +158,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "4.2.0" +version = "4.4.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "pre_commit-4.2.0-py2.py3-none-any.whl", hash = "sha256:a009ca7205f1eb497d10b845e52c838a98b6cdd2102a6c8e4540e94ee75c58bd"}, - {file = "pre_commit-4.2.0.tar.gz", hash = "sha256:601283b9757afd87d40c4c4a9b2b5de9637a8ea02eaff7adc2d0fb4e04841146"}, + {file = "pre_commit-4.4.0-py2.py3-none-any.whl", hash = "sha256:b35ea52957cbf83dcc5d8ee636cbead8624e3a15fbfa61a370e42158ac8a5813"}, + {file = "pre_commit-4.4.0.tar.gz", hash = "sha256:f0233ebab440e9f17cabbb558706eb173d19ace965c68cdce2c081042b4fab15"}, ] [package.dependencies] @@ -299,7 +299,7 @@ description = "A lil' TOML parser" optional = false python-versions = ">=3.7" groups = ["dev"] -markers = "python_version < \"3.11\"" +markers = "python_version == \"3.10\"" files = [ {file = "tomli-2.0.1-py3-none-any.whl", hash = "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc"}, {file = "tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"}, @@ -329,4 +329,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "efffe3f64c53393e925c72ec1a2ebb8b5d6abb09501fba78bc7ed01440ce1303" +content-hash = "1cc79ddf1364ba702974c3d7699e67ad70f011f213d773011d9a7c8232b4db8a" diff --git a/pyproject.toml b/pyproject.toml index 4344f51..6cb6a4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ python = "^3.10" [tool.poetry.group.dev.dependencies] pytest = "^8.4.2" -pre-commit = "^4.2.0" +pre-commit = "^4.4.0" [tool.poetry.urls] "Bug Tracker" = "https://github.com/MechanicalFlower/python-template/issues" From bbb17b311a2e998166248a68174d7cfdf677934b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 00:15:46 +0000 Subject: [PATCH 2/2] chore(changelog): automatic update to add dependabot deps bump --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37a0fab..eb95a80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Security ### Dependencies - Bump `actions/setup-python` from 4 to 6 ([#1](https://github.com/MechanicalFlower/python-template/pull/1), [#68](https://github.com/MechanicalFlower/python-template/pull/68)) -- Bump `pre-commit` from 3.5.0 to 4.2.0 ([#2](https://github.com/MechanicalFlower/python-template/pull/2), [#8](https://github.com/MechanicalFlower/python-template/pull/8), [#9](https://github.com/MechanicalFlower/python-template/pull/9), [#17](https://github.com/MechanicalFlower/python-template/pull/17), [#28](https://github.com/MechanicalFlower/python-template/pull/28), [#39](https://github.com/MechanicalFlower/python-template/pull/39), [#59](https://github.com/MechanicalFlower/python-template/pull/59)) +- Bump `pre-commit` from 3.5.0 to 4.4.0 ([#2](https://github.com/MechanicalFlower/python-template/pull/2), [#8](https://github.com/MechanicalFlower/python-template/pull/8), [#9](https://github.com/MechanicalFlower/python-template/pull/9), [#17](https://github.com/MechanicalFlower/python-template/pull/17), [#28](https://github.com/MechanicalFlower/python-template/pull/28), [#39](https://github.com/MechanicalFlower/python-template/pull/39), [#59](https://github.com/MechanicalFlower/python-template/pull/59), [#74](https://github.com/MechanicalFlower/python-template/pull/74)) - Bump `sigstore/gh-action-sigstore-python` from 2.1.0 to 3.1.0 ([#5](https://github.com/MechanicalFlower/python-template/pull/5), [#25](https://github.com/MechanicalFlower/python-template/pull/25), [#71](https://github.com/MechanicalFlower/python-template/pull/71)) - Bump `actions/download-artifact` from 3 to 5 ([#4](https://github.com/MechanicalFlower/python-template/pull/4), [#64](https://github.com/MechanicalFlower/python-template/pull/64)) - Bump `actions/upload-artifact` from 3 to 4 ([#3](https://github.com/MechanicalFlower/python-template/pull/3))