aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Amrou Bellalouna <[email protected]>2023-05-02 15:32:27 +0100
committerGravatar GitHub <[email protected]>2023-05-02 15:32:27 +0100
commitca2ae77bcc4df8fac08b71cc6bda236ba90bd93f (patch)
tree868426775065a6b499c53020c2827ed4b6fadf6e
parentMerge pull request #2572 from python-discord/dependabot/pip/coverage-7.2.5 (diff)
parentBump pre-commit from 3.2.2 to 3.3.0 (diff)
Merge pull request #2575 from python-discord/dependabot/pip/pre-commit-3.3.0
Bump pre-commit from 3.2.2 to 3.3.0
-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 45c898996..7c7e0d83e 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1267,14 +1267,14 @@ testing = ["pytest", "pytest-benchmark"]
[[package]]
name = "pre-commit"
-version = "3.2.2"
+version = "3.3.0"
description = "A framework for managing and maintaining multi-language pre-commit hooks."
category = "dev"
optional = false
python-versions = ">=3.8"
files = [
- {file = "pre_commit-3.2.2-py2.py3-none-any.whl", hash = "sha256:0b4210aea813fe81144e87c5a291f09ea66f199f367fa1df41b55e1d26e1e2b4"},
- {file = "pre_commit-3.2.2.tar.gz", hash = "sha256:5b808fcbda4afbccf6d6633a56663fed35b6c2bc08096fd3d47ce197ac351d9d"},
+ {file = "pre_commit-3.3.0-py2.py3-none-any.whl", hash = "sha256:7577a012399334d9f001873b5553f9fabc1ccc5b3e2b29e0793f84ce18e9d042"},
+ {file = "pre_commit-3.3.0.tar.gz", hash = "sha256:06acda43a7b6b63fdcc29aa90bf1228cf4d4029a4e4d70971347a9d2593c94d4"},
]
[package.dependencies]
@@ -2262,4 +2262,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "fd8870bb2c7d5517e3e125208860b562da43e02af847e7e1af53aeb653322ff4"
+content-hash = "d5e042ae1f109e812a090fcdafdb03b246f37c2037185e10b66c6c133af32be0"
diff --git a/pyproject.toml b/pyproject.toml
index 17101cb54..db21edd59 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -35,7 +35,7 @@ pydantic = { version = "1.10.7", extras = ["dotenv"]}
coverage = "7.2.5"
httpx = "0.24.0"
isort = "5.12.0"
-pre-commit = "3.2.2"
+pre-commit = "3.3.0"
pip-licenses = "4.3.0"
pytest = "7.3.1"
pytest-cov = "4.0.0"