Bump pre-commit from 3.5.0 to 3.6.0 (#963)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 13 Dec 2023 01:53:11 +0000 (02:53 +0100)
committerGitHub <noreply@github.com>
Wed, 13 Dec 2023 01:53:11 +0000 (02:53 +0100)
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.5.0 to 3.6.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.5.0...v3.6.0)

---
updated-dependencies:
- dependency-name: pre-commit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pyproject.toml

index 508b293a4e91fe704dbb9d5d0a0251a47301e3e6..0b84fc4603c70f394ffa4975ac6711dd2a6280ec 100644 (file)
@@ -57,7 +57,7 @@ test = [
   "pytest-asyncio==0.23.2",
   "pytest-aiohttp==1.0.5",
   "pytest-cov==4.1.0",
-  "pre-commit==3.5.0"
+  "pre-commit==3.6.0"
 ]
 
 [project.scripts]