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 galaxy-importer to 0.4.26 #2331

Merged
merged 1 commit into from
Oct 23, 2024
Merged
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
2 changes: 1 addition & 1 deletion requirements/requirements.common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ frozenlist==1.4.1
# via
# aiohttp
# aiosignal
galaxy-importer==0.4.25
galaxy-importer==0.4.26
# via
# galaxy-ng (setup.py)
# pulp-ansible
Expand Down
12 changes: 3 additions & 9 deletions requirements/requirements.insights.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ bindep==2.11.0
# via ansible-builder
black==24.4.2
# via ansible-lint
bleach==3.3.1
# via galaxy-importer
bleach-allowlist==1.0.3
# via galaxy-importer
boto3==1.34.149
# via
# -r requirements/requirements.insights.in
Expand Down Expand Up @@ -178,7 +174,7 @@ frozenlist==1.4.1
# via
# aiohttp
# aiosignal
galaxy-importer==0.4.24
galaxy-importer==0.4.26
# via
# galaxy-ng (setup.py)
# pulp-ansible
Expand Down Expand Up @@ -257,6 +253,8 @@ multidict==6.0.5
# yarl
mypy-extensions==1.0.0
# via black
nh3==0.2.18
# via galaxy-importer
oauthlib==3.2.2
# via
# requests-oauthlib
Expand Down Expand Up @@ -326,7 +324,6 @@ packaging==23.2
# ansible-lint
# bindep
# black
# bleach
# gunicorn
# marshmallow
# pulp-glue
Expand Down Expand Up @@ -453,7 +450,6 @@ semantic-version==2.10.0
six==1.16.0
# via
# azure-core
# bleach
# isodate
# python-dateutil
# url-normalize
Expand Down Expand Up @@ -495,8 +491,6 @@ watchtower==3.2.0
# via -r requirements/requirements.insights.in
wcmatch==8.5.2
# via ansible-lint
webencodings==0.5.1
# via bleach
whitenoise==6.6.0
# via pulpcore
wrapt==1.16.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.standalone.txt
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ frozenlist==1.4.1
# via
# aiohttp
# aiosignal
galaxy-importer==0.4.25
galaxy-importer==0.4.26
# 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 @@ -94,7 +94,7 @@ def run(self):
)

requirements = [
"galaxy-importer>=0.4.21,<0.5.0",
"galaxy-importer>=0.4.26,<0.5.0",
"pulpcore>=3.49.0,<3.50.0",
"pulp_ansible>=0.21.0,<0.22.0",
"pulp-container>=2.19.2,<2.20.0",
Expand Down
Loading