Skip to content

Commit

Permalink
Bump galaxy-importer to 0.4.15 (#1956)
Browse files Browse the repository at this point in the history
No-Issue

Signed-off-by: James Tanner <[email protected]>
  • Loading branch information
jctanner authored Oct 31, 2023
1 parent d40c8b5 commit c74a712
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 @@ -154,7 +154,7 @@ frozenlist==1.4.0
# aiosignal
future==0.18.3
# via pyjwkest
galaxy-importer==0.4.14
galaxy-importer==0.4.15
# 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 @@ -163,7 +163,7 @@ frozenlist==1.4.0
# aiosignal
future==0.18.3
# via pyjwkest
galaxy-importer==0.4.14
galaxy-importer==0.4.15
# 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 @@ -154,7 +154,7 @@ frozenlist==1.4.0
# aiosignal
future==0.18.3
# via pyjwkest
galaxy-importer==0.4.14
galaxy-importer==0.4.15
# 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 @@ -111,7 +111,7 @@ def _format_pulp_requirement(plugin, specifier=None, ref=None, gh_namespace="pul


requirements = [
"galaxy-importer>=0.4.14,<0.5.0",
"galaxy-importer>=0.4.15,<0.5.0",
"pulpcore>=3.28.12,<3.29.0",
"pulp_ansible>=0.20.0,<0.21.0",
"django-prometheus>=2.0.0",
Expand Down

0 comments on commit c74a712

Please sign in to comment.