Skip to content

Commit

Permalink
Updated galaxy-importer lower bound dependency to 0.4.27 (#2395)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyraziel authored Dec 17, 2024
1 parent 506ac9d commit 4585e76
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion requirements/requirements.common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ frozenlist==1.5.0
# via
# aiohttp
# aiosignal
galaxy-importer==0.4.26
galaxy-importer==0.4.27
# via
# galaxy-ng (setup.py)
# pulp-ansible
Expand Down Expand Up @@ -309,6 +309,7 @@ packaging==24.2
# ansible-lint
# bindep
# black
# galaxy-importer
# gunicorn
# marshmallow
# pulp-glue
Expand Down
3 changes: 2 additions & 1 deletion requirements/requirements.insights.txt
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ frozenlist==1.5.0
# via
# aiohttp
# aiosignal
galaxy-importer==0.4.26
galaxy-importer==0.4.27
# via
# galaxy-ng (setup.py)
# pulp-ansible
Expand Down Expand Up @@ -329,6 +329,7 @@ packaging==24.2
# ansible-lint
# bindep
# black
# galaxy-importer
# gunicorn
# marshmallow
# pulp-glue
Expand Down
3 changes: 2 additions & 1 deletion requirements/requirements.standalone.txt
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ frozenlist==1.5.0
# via
# aiohttp
# aiosignal
galaxy-importer==0.4.26
galaxy-importer==0.4.27
# via
# galaxy-ng (setup.py)
# pulp-ansible
Expand Down Expand Up @@ -309,6 +309,7 @@ packaging==24.2
# ansible-lint
# bindep
# black
# galaxy-importer
# gunicorn
# marshmallow
# pulp-glue
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def run(self):
)

requirements = [
"galaxy-importer>=0.4.26,<0.5.0",
"galaxy-importer>=0.4.27,<0.5.0",
"pulpcore>=3.49.0,<3.50.0",
"pulp_ansible==0.23.1",
"pulp-container>=2.19.2,<2.20.0",
Expand Down

0 comments on commit 4585e76

Please sign in to comment.