diff options
author | 2023-05-02 18:45:47 +0100 | |
---|---|---|
committer | 2023-05-02 18:45:47 +0100 | |
commit | 5b49b1855c1907baadcfaf0fb3268927a90aebb4 (patch) | |
tree | 0e073a6bc7117bb9f8295284ea2b632f801c711b /pyproject.toml | |
parent | Merge pull request #956 from python-discord/dependabot/pip/sentry-sdk-1.21.1 (diff) |
Bump pre-commit from 3.2.2 to 3.3.0 (#957)
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.2.2 to 3.3.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.2.2...v3.3.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>
Diffstat (limited to '')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index a2a268fe..92533978 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.2.2" +pre-commit = "3.3.0" [tool.poetry.group.test.dependencies] coverage = "7.2.5" |