Skip to content

Commit

Permalink
Bump pulpcore to 3.28.12 for SystemID change (#1850)
Browse files Browse the repository at this point in the history
Issue: AAH-2654
  • Loading branch information
bmclaughlin authored Aug 28, 2023
1 parent 122b9bd commit 7227cee
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGES/2654.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Enable use of pulpcore SystemID in galaxy_ng
2 changes: 1 addition & 1 deletion requirements/requirements.common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ pulp-container==2.15.2
# via galaxy-ng (setup.py)
pulp-glue==0.19.5
# via pulpcore
pulpcore==3.28.10
pulpcore==3.28.12
# via
# galaxy-ng (setup.py)
# pulp-ansible
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.insights.txt
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ pulp-container==2.15.2
# via galaxy-ng (setup.py)
pulp-glue==0.19.5
# via pulpcore
pulpcore==3.28.10
pulpcore==3.28.12
# via
# galaxy-ng (setup.py)
# pulp-ansible
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.standalone.txt
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ pulp-container==2.15.2
# via galaxy-ng (setup.py)
pulp-glue==0.19.5
# via pulpcore
pulpcore==3.28.10
pulpcore==3.28.12
# via
# galaxy-ng (setup.py)
# pulp-ansible
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def _format_pulp_requirement(plugin, specifier=None, ref=None, gh_namespace="pul

requirements = [
"galaxy-importer>=0.4.13,<0.5.0",
"pulpcore>=3.28.10,<3.29.0",
"pulpcore>=3.28.12,<3.29.0",
"pulp_ansible>=0.19.0,<0.20.0",
"django-prometheus>=2.0.0",
"drf-spectacular",
Expand Down

0 comments on commit 7227cee

Please sign in to comment.