diff options
author | 2023-03-06 11:27:26 +0000 | |
---|---|---|
committer | 2023-03-06 11:27:26 +0000 | |
commit | 76e4ca6eec92816c4271d34c0f53c830256600e0 (patch) | |
tree | d57833488244f8ee71c423820bb12bcbc4683e94 | |
parent | Match casing of task handlers (diff) |
Bump ansible from 7.2.0 to 7.3.0 (#89)
Bumps [ansible](https://github.com/ansible/ansible) from 7.2.0 to 7.3.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 1acd088..318cd5a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -ansible==7.2.0 +ansible==7.3.0 ansible-lint[yamllint]==6.12.1 pre-commit==3.1.0 dnspython==2.3.0 |