diff options
author | 2024-05-13 09:41:06 +0100 | |
---|---|---|
committer | 2024-05-13 09:41:06 +0100 | |
commit | 99391c4d1467b4747f4b33825c13b392060a3a1c (patch) | |
tree | e6bd1b50e35b8d2ccaaefdd3af8cbada9b155b7d /poetry.lock | |
parent | Remove obsolete cleanup tasks (diff) |
Bump pre-commit from 3.7.0 to 3.7.1 (#286)
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.7.0 to 3.7.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.7.0...v3.7.1)
---
updated-dependencies:
- dependency-name: pre-commit
dependency-type: direct:production
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 'poetry.lock')
-rw-r--r-- | poetry.lock | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/poetry.lock b/poetry.lock index be78b3d..4a46eea 100644 --- a/poetry.lock +++ b/poetry.lock @@ -776,13 +776,13 @@ type = ["mypy (>=1.8)"] [[package]] name = "pre-commit" -version = "3.7.0" +version = "3.7.1" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.9" files = [ - {file = "pre_commit-3.7.0-py2.py3-none-any.whl", hash = "sha256:5eae9e10c2b5ac51577c3452ec0a490455c45a0533f7960f993a0d01e59decab"}, - {file = "pre_commit-3.7.0.tar.gz", hash = "sha256:e209d61b8acdcf742404408531f0c37d49d2c734fd7cff2d6076083d191cb060"}, + {file = "pre_commit-3.7.1-py2.py3-none-any.whl", hash = "sha256:fae36fd1d7ad7d6a5a1c0b0d5adb2ed1a3bda5a21bf6c3e5372073d7a11cd4c5"}, + {file = "pre_commit-3.7.1.tar.gz", hash = "sha256:8ca3ad567bc78a4972a3f1a477e94a79d4597e8140a6e0b651c5e33899c3654a"}, ] [package.dependencies] @@ -1343,4 +1343,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] [metadata] lock-version = "2.0" python-versions = ">3.11,<4.0" -content-hash = "941e58ed403cf67a5a853c0822a129d8d88a81704b721345b1db3ed03a549a83" +content-hash = "4e8fe53a2397ac7d6d2af9bfda0ec085318b5f923f5e9ffa213f106234df47ae" |