diff options
author | 2023-05-04 12:29:58 +0000 | |
---|---|---|
committer | 2023-05-04 12:29:58 +0000 | |
commit | 05a7d638d65cd68f0612222dac5c8993473717f1 (patch) | |
tree | 55cb234af0aaad808ebfcf0e7d9b22a7d09325c1 | |
parent | Bump pre-commit from 3.2.1 to 3.2.2 (#97) (diff) |
Bump ansible from 7.4.0 to 7.5.0 (#99)
Bumps [ansible](https://github.com/ansible/ansible) from 7.4.0 to 7.5.0.
- [Release notes](https://github.com/ansible/ansible/releases)
- [Commits](https://github.com/ansible/ansible/commits)
---
updated-dependencies:
- dependency-name: ansible
dependency-type: direct:production
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>
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 3162705..f1bdd79 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -ansible==7.4.0 +ansible==7.5.0 ansible-lint[yamllint]==6.12.1 pre-commit==3.2.2 dnspython==2.3.0 |