Skip to content

Commit

Permalink
Bump pulp_ansible to 0.23.1
Browse files Browse the repository at this point in the history
AAP-30156
  • Loading branch information
fullsushidev committed Dec 3, 2024
1 parent c46a58f commit 57b9e59
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 16 deletions.
9 changes: 4 additions & 5 deletions requirements/requirements.common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ ansible-builder==3.1.0
# via galaxy-importer
ansible-compat==24.7.0
# via ansible-lint
ansible-core==2.17.2
ansible-core==2.15.13
# via
# ansible-compat
# ansible-lint
# galaxy-importer
ansible-lint==24.7.0
ansible-lint==6.22.2
# via galaxy-importer
asgiref==3.8.1
# via django
Expand Down Expand Up @@ -183,7 +183,6 @@ idna==3.7
# yarl
importlib-metadata==6.0.1
# via
# ansible-lint
# opentelemetry-api
# pulpcore
inflection==0.5.1
Expand Down Expand Up @@ -334,7 +333,7 @@ psycopg[binary]==3.1.18
# via pulpcore
psycopg-binary==3.1.18
# via psycopg
pulp-ansible==0.22.2
pulp-ansible==0.23.1
# via galaxy-ng (setup.py)
pulp-container==2.19.3
# via galaxy-ng (setup.py)
Expand Down Expand Up @@ -459,7 +458,7 @@ uritemplate==4.1.1
# via drf-spectacular
url-normalize==1.4.3
# via pulpcore
urllib3==2.2.2
urllib3==1.26.20
# via
# botocore
# requests
Expand Down
9 changes: 4 additions & 5 deletions requirements/requirements.insights.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ ansible-builder==3.1.0
# via galaxy-importer
ansible-compat==24.7.0
# via ansible-lint
ansible-core==2.17.2
ansible-core==2.15.13
# via
# ansible-compat
# ansible-lint
# galaxy-importer
ansible-lint==24.7.0
ansible-lint==6.22.2
# via galaxy-importer
app-common-python==0.2.7
# via -r requirements/requirements.insights.in
Expand Down Expand Up @@ -199,7 +199,6 @@ idna==3.7
# yarl
importlib-metadata==6.0.1
# via
# ansible-lint
# opentelemetry-api
# pulpcore
inflection==0.5.1
Expand Down Expand Up @@ -354,7 +353,7 @@ psycopg[binary]==3.1.18
# via pulpcore
psycopg-binary==3.1.18
# via psycopg
pulp-ansible==0.22.2
pulp-ansible==0.23.1
# via galaxy-ng (setup.py)
pulp-container==2.19.3
# via galaxy-ng (setup.py)
Expand Down Expand Up @@ -484,7 +483,7 @@ uritemplate==4.1.1
# via drf-spectacular
url-normalize==1.4.3
# via pulpcore
urllib3==2.2.2
urllib3==1.26.20
# via
# botocore
# requests
Expand Down
9 changes: 4 additions & 5 deletions requirements/requirements.standalone.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ ansible-builder==3.1.0
# via galaxy-importer
ansible-compat==24.7.0
# via ansible-lint
ansible-core==2.17.2
ansible-core==2.15.13
# via
# ansible-compat
# ansible-lint
# galaxy-importer
ansible-lint==24.7.0
ansible-lint==6.22.2
# via galaxy-importer
asgiref==3.8.1
# via django
Expand Down Expand Up @@ -183,7 +183,6 @@ idna==3.7
# yarl
importlib-metadata==6.0.1
# via
# ansible-lint
# opentelemetry-api
# pulpcore
inflection==0.5.1
Expand Down Expand Up @@ -334,7 +333,7 @@ psycopg[binary]==3.1.18
# via pulpcore
psycopg-binary==3.1.18
# via psycopg
pulp-ansible==0.22.2
pulp-ansible==0.23.1
# via galaxy-ng (setup.py)
pulp-container==2.19.3
# via galaxy-ng (setup.py)
Expand Down Expand Up @@ -459,7 +458,7 @@ uritemplate==4.1.1
# via drf-spectacular
url-normalize==1.4.3
# via pulpcore
urllib3==2.2.2
urllib3==1.26.20
# via
# botocore
# requests
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def run(self):
requirements = [
"galaxy-importer>=0.4.26,<0.5.0",
"pulpcore>=3.49.0,<3.50.0",
"pulp_ansible>=0.22.2,<0.23.0",
"pulp_ansible>=0.23.1,<0.24.0",
"pulp-container>=2.19.2,<2.20.0",
"django-prometheus>=2.0.0",
"social-auth-core>=4.4.2",
Expand Down

0 comments on commit 57b9e59

Please sign in to comment.