aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-07 20:38:18 +0000
committerGravatar GitHub <[email protected]>2023-05-07 20:38:18 +0000
commitf2f56210c605ce0b72daf5479df649c9a72b3294 (patch)
tree24ab3895e22348d2f458577d018fd259f9b0b3fc /pyproject.toml
parentMerge pull request #962 from python-discord/update-sir-lancebot-contrib-guide (diff)
Bump pre-commit from 3.3.0 to 3.3.1 (#958)
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.3.0 to 3.3.1. - [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.3.0...v3.3.1) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 315d72ea..743fb717 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -41,7 +41,7 @@ flake8-tidy-imports = "4.8.0"
flake8-string-format = "0.3.0"
flake8-todo = "0.7"
pep8-naming = "0.13.3"
-pre-commit = "3.3.0"
+pre-commit = "3.3.1"
[tool.poetry.group.test.dependencies]
coverage = "7.2.5"