Skip to content

Commit

Permalink
Bump ansible from 7.5.0 to 8.6.1
Browse files Browse the repository at this point in the history
Bumps [ansible](https://github.com/ansible/ansible) from 7.5.0 to 8.6.1.
- [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-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 10, 2023
1 parent 0fb5c8a commit 92e8496
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,16 @@
#
# pip-compile
#
ansible==6.7.0 ; python_version < "3.9"
ansible==7.5.0 ; python_version >= "3.9"
ansible==8.6.1 ; python_version >= "3.9"
# via -r requirements.in
ansible-core==2.13.8 ; python_version < "3.9"
ansible-core==2.14.5 ; python_version >= "3.9"
ansible-core==2.15.6
# via ansible
async-generator==1.10
# via
# -r requirements.in
# asyncio-extras
asyncio-extras==1.3.2
# via -r requirements.in
attrs==23.1.0
# via pytest
awscli==1.27.99
# via -r requirements.in
backoff==2.2.1
Expand Down Expand Up @@ -71,8 +67,6 @@ docutils==0.16
# via awscli
drypy==1.0.1
# via -r requirements.in
exceptiongroup==1.1.2
# via pytest
fasteners==0.18
# via jenkins-job-builder
flake8==6.0.0
Expand Down Expand Up @@ -297,7 +291,6 @@ sh==2.0.4
# via -r requirements.in
six==1.16.0
# via
# google-auth
# jenkins-job-builder
# kubernetes
# launchpadlib
Expand All @@ -315,10 +308,6 @@ surl==0.7.2
# via -r requirements.in
tabulate==0.9.0
# via surl
tomli==2.0.1
# via
# black
# pytest
toposort==1.10
# via juju
typing-extensions==4.7.1
Expand All @@ -328,7 +317,6 @@ typing-inspect==0.9.0
urllib3==1.26.15
# via
# botocore
# google-auth
# kubernetes
# requests
wadllib==1.3.6
Expand All @@ -339,9 +327,6 @@ wcwidth==0.2.6
# via prettytable
websocket-client==1.5.1
# via kubernetes
websockets==8.1 ; python_version == "3.8"
websockets>=9.0,<10.0 ; python_version == "3.9"
websockets==10.4,<11.0 ; python_version == "3.10"
websockets==11.0.3 ; python_version == "3.11"
# via
# -r requirements.in
Expand Down

0 comments on commit 92e8496

Please sign in to comment.