aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-25 14:28:01 +0000
committerGravatar GitHub <[email protected]>2024-03-25 14:28:01 +0000
commita57b4ee1f20e1ae96570bc02954735ef315c3f68 (patch)
treeb1548ff083b272aa1ce71be0b34dbedfd85a55e9
parentBump pytest-cov from 4.1.0 to 5.0.0 (#2970) (diff)
Bump pre-commit from 3.6.2 to 3.7.0 (#2969)
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.6.2 to 3.7.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/v3.6.2...v3.7.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--poetry.lock8
-rw-r--r--pyproject.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock
index 188e01b22..c10ca8a1c 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1235,13 +1235,13 @@ testing = ["pytest", "pytest-benchmark"]
[[package]]
name = "pre-commit"
-version = "3.6.2"
+version = "3.7.0"
description = "A framework for managing and maintaining multi-language pre-commit hooks."
optional = false
python-versions = ">=3.9"
files = [
- {file = "pre_commit-3.6.2-py2.py3-none-any.whl", hash = "sha256:ba637c2d7a670c10daedc059f5c49b5bd0aadbccfcd7ec15592cf9665117532c"},
- {file = "pre_commit-3.6.2.tar.gz", hash = "sha256:c3ef34f463045c88658c5b99f38c1e297abdcc0ff13f98d3370055fbbfabc67e"},
+ {file = "pre_commit-3.7.0-py2.py3-none-any.whl", hash = "sha256:5eae9e10c2b5ac51577c3452ec0a490455c45a0533f7960f993a0d01e59decab"},
+ {file = "pre_commit-3.7.0.tar.gz", hash = "sha256:e209d61b8acdcf742404408531f0c37d49d2c734fd7cff2d6076083d191cb060"},
]
[package.dependencies]
@@ -2375,4 +2375,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "6a2ffb619d139ba00e5c8f14b06644cac308900b487f708ff26274c0895e9585"
+content-hash = "3505c9ace8369aa8368108ca3498d01c4e64927f45c6a2c9b1ab6037cd03547f"
diff --git a/pyproject.toml b/pyproject.toml
index 51cdcdd62..1b36005e5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -34,7 +34,7 @@ pydantic-settings = "2.2.1"
[tool.poetry.dev-dependencies]
coverage = "7.4.4"
httpx = "0.27.0"
-pre-commit = "3.6.2"
+pre-commit = "3.7.0"
pip-licenses = "4.3.4"
pytest = "8.1.1"
pytest-cov = "5.0.0"