diff options
author | 2023-04-11 12:37:59 +0000 | |
---|---|---|
committer | 2023-04-11 12:37:59 +0000 | |
commit | 6c28443be3eeae69f6ab4ec8f4dc46739888f2ad (patch) | |
tree | 0c3cb9917263a25cac56d681fca133c93cc79f5a | |
parent | Bump ansible from 7.3.0 to 7.4.0 (#95) (diff) |
Bump pre-commit from 3.2.1 to 3.2.2 (#97)
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.2.1 to 3.2.2.
- [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.1...v3.2.2)
---
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>
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 340600e..3162705 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ ansible==7.4.0 ansible-lint[yamllint]==6.12.1 -pre-commit==3.2.1 +pre-commit==3.2.2 dnspython==2.3.0 |