aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-01-28 19:21:40 +0000
committerGravatar GitHub <[email protected]>2023-01-28 19:21:40 +0000
commit647d980e887cfa978f016f77fad23b5f73ab9259 (patch)
treecd3307282dd88fdbdc950bf1fe8d86cb38411cf2
parentMerge pull request #1188 from python-discord/dependabot/pip/flake8-bugbear-23... (diff)
Bump pre-commit from 2.21.0 to 3.0.1 (#1195)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--poetry.lock10
-rw-r--r--pyproject.toml2
2 files changed, 6 insertions, 6 deletions
diff --git a/poetry.lock b/poetry.lock
index 27f41b43..300edb2e 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1202,14 +1202,14 @@ test = ["appdirs (==1.4.4)", "pytest (>=7.2)", "pytest-cov (>=4)", "pytest-mock
[[package]]
name = "pre-commit"
-version = "2.21.0"
+version = "3.0.1"
description = "A framework for managing and maintaining multi-language pre-commit hooks."
category = "dev"
optional = false
-python-versions = ">=3.7"
+python-versions = ">=3.8"
files = [
- {file = "pre_commit-2.21.0-py2.py3-none-any.whl", hash = "sha256:e2f91727039fc39a92f58a588a25b87f936de6567eed4f0e673e0507edc75bad"},
- {file = "pre_commit-2.21.0.tar.gz", hash = "sha256:31ef31af7e474a8d8995027fefdfcf509b5c913ff31f2015b4ec4beb26a6f658"},
+ {file = "pre_commit-3.0.1-py2.py3-none-any.whl", hash = "sha256:61ecb75e0e99939cc30c79181c0394545657855e9172c42ff98ebecb0e02fcb7"},
+ {file = "pre_commit-3.0.1.tar.gz", hash = "sha256:3a3f9229e8c19a626a7f91be25b3c8c135e52de1a678da98eb015c0d0baea7a5"},
]
[package.dependencies]
@@ -1935,4 +1935,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.10.*"
-content-hash = "2bb2129a96012bd930f29dae87973d71a8664c7fab3562c4135a620a9e72e23e"
+content-hash = "dd763b0d734fb3037882c4f0590ca41936345e87c29417e91a87f5fde95686dd"
diff --git a/pyproject.toml b/pyproject.toml
index 3d0bce91..f1b4a5d6 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -37,7 +37,7 @@ flake8-todo = "0.7"
flake8-isort = "6.0.0"
pep8-naming = "0.13.3"
pip-licenses = "4.0.3"
-pre-commit = "2.21.0"
+pre-commit = "3.0.1"
python-dotenv = "0.21.0"
taskipy = "1.10.3"