Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pulp_ansible to 0.23.1 #2360

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -180,7 +180,6 @@ idna==3.7
# yarl
importlib-metadata==6.0.1
# via
# ansible-lint
# opentelemetry-api
# pulpcore
inflection==0.5.1
Expand Down Expand Up @@ -331,7 +330,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 @@ -456,7 +455,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 @@ -196,7 +196,6 @@ idna==3.7
# yarl
importlib-metadata==6.0.1
# via
# ansible-lint
# opentelemetry-api
# pulpcore
inflection==0.5.1
Expand Down Expand Up @@ -351,7 +350,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 @@ -481,7 +480,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 @@ -180,7 +180,6 @@ idna==3.7
# yarl
importlib-metadata==6.0.1
# via
# ansible-lint
# opentelemetry-api
# pulpcore
inflection==0.5.1
Expand Down Expand Up @@ -331,7 +330,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 @@ -456,7 +455,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
Loading