diff options
author | 2023-06-14 05:56:40 +0000 | |
---|---|---|
committer | 2023-06-14 05:56:40 +0000 | |
commit | 703cba49c68d15b7994c6296ae600c54ed44c739 (patch) | |
tree | 29ef49eb7f7afb7a390de8dc2f6148b13b4d51d3 /pyproject.toml | |
parent | Remove Dennis from CODEOWNERS by request (diff) |
Bump pre-commit from 3.3.2 to 3.3.3
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.3.2 to 3.3.3.
- [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.2...v3.3.3)
---
updated-dependencies:
- dependency-name: pre-commit
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 731e3d70..ea73d6b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ taskipy = "1.11.0" ruff = "0.0.272" [tool.poetry.group.lint.dependencies] -pre-commit = "3.3.2" +pre-commit = "3.3.3" [tool.poetry.group.test.dependencies] coverage = "7.2.7" |