Skip to content

Commit

Permalink
Bump pulp_ansible to 0.23.1 (#2360)
Browse files Browse the repository at this point in the history
AAP-30156
  • Loading branch information
fullsushidev authored Dec 4, 2024
1 parent c46a58f commit e477f07
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/requirements.common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,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
2 changes: 1 addition & 1 deletion requirements/requirements.insights.txt
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,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
2 changes: 1 addition & 1 deletion requirements/requirements.standalone.txt
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,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
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",
"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 e477f07

Please sign in to comment.