Bump pre-commit from 4.3.0 to 4.4.0 (#2093)

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 4.3.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.3.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-11-11 07:41:38 -05:00
committed by GitHub
parent 2ea202a9e4
commit 8e51a3364f
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@@ -3640,14 +3640,14 @@ files = [
[[package]] [[package]]
name = "pre-commit" name = "pre-commit"
version = "4.3.0" version = "4.4.0"
description = "A framework for managing and maintaining multi-language pre-commit hooks." description = "A framework for managing and maintaining multi-language pre-commit hooks."
optional = false optional = false
python-versions = ">=3.9" python-versions = ">=3.10"
groups = ["dev"] groups = ["dev"]
files = [ files = [
{file = "pre_commit-4.3.0-py2.py3-none-any.whl", hash = "sha256:2b0747ad7e6e967169136edffee14c16e148a778a54e4f967921aa1ebf2308d8"}, {file = "pre_commit-4.4.0-py2.py3-none-any.whl", hash = "sha256:b35ea52957cbf83dcc5d8ee636cbead8624e3a15fbfa61a370e42158ac8a5813"},
{file = "pre_commit-4.3.0.tar.gz", hash = "sha256:499fe450cc9d42e9d58e606262795ecb64dd05438943c62b66f6a8673da30b16"}, {file = "pre_commit-4.4.0.tar.gz", hash = "sha256:f0233ebab440e9f17cabbb558706eb173d19ace965c68cdce2c081042b4fab15"},
] ]
[package.dependencies] [package.dependencies]
@@ -5953,4 +5953,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt
[metadata] [metadata]
lock-version = "2.1" lock-version = "2.1"
python-versions = "^3.13.2" python-versions = "^3.13.2"
content-hash = "3a7329e3cbbb6bfd31a4160406b9979bf3e7228fca47f48fb8dbe637d1f73cd0" content-hash = "b7a13376dcc244df083ca25a913dff3a31ae49139327c1a1328aa5810008b177"

View File

@@ -98,7 +98,7 @@ isort = "^7.0.0"
jinja2-cli = {version = "==0.8.2", extras = ["yaml"]} jinja2-cli = {version = "==0.8.2", extras = ["yaml"]}
moto = "==5.1.16" moto = "==5.1.16"
pip-audit = "*" pip-audit = "*"
pre-commit = "^4.3.0" pre-commit = "^4.4.0"
pytest = "^8.4.2" pytest = "^8.4.2"
pytest-env = "^1.2.0" pytest-env = "^1.2.0"
pytest-mock = "^3.15.1" pytest-mock = "^3.15.1"