aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-02-19 12:35:45 +0000
committerGravatar GitHub <[email protected]>2024-02-19 12:35:45 +0000
commitcb1df3c706c235990a502b5d6ab539fb1891443d (patch)
treefe0390bcd73f9aa946fe3fddf99897ae9869947d
parentMerge pull request #2930 from python-discord/dependabot/pip/pytest-8.0.1 (diff)
Bump pre-commit from 3.6.1 to 3.6.2
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.6.1 to 3.6.2. - [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.1...v3.6.2) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
-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 4a1e6d443..d41f7d4e4 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1235,13 +1235,13 @@ testing = ["pytest", "pytest-benchmark"]
[[package]]
name = "pre-commit"
-version = "3.6.1"
+version = "3.6.2"
description = "A framework for managing and maintaining multi-language pre-commit hooks."
optional = false
python-versions = ">=3.9"
files = [
- {file = "pre_commit-3.6.1-py2.py3-none-any.whl", hash = "sha256:9fe989afcf095d2c4796ce7c553cf28d4d4a9b9346de3cda079bcf40748454a4"},
- {file = "pre_commit-3.6.1.tar.gz", hash = "sha256:c90961d8aa706f75d60935aba09469a6b0bcb8345f127c3fbee4bdc5f114cf4b"},
+ {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"},
]
[package.dependencies]
@@ -2368,4 +2368,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "43aacdb37d3c652055da556ef4b7a0e4fd58ff149e1b19d35a97ffe5555b9de3"
+content-hash = "825a6b11fef88876ae1a80ec319d6a3ce34f21199c9bdcf5fe3c42604b73d804"
diff --git a/pyproject.toml b/pyproject.toml
index 1163ed0e2..64b674e75 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -34,7 +34,7 @@ pydantic-settings = "2.1.0"
[tool.poetry.dev-dependencies]
coverage = "7.4.1"
httpx = "0.26.0"
-pre-commit = "3.6.1"
+pre-commit = "3.6.2"
pip-licenses = "4.3.4"
pytest = "8.0.1"
pytest-cov = "4.1.0"