Skip to content

Commit

Permalink
Update pulpcore to handle otel dependency issues.
Browse files Browse the repository at this point in the history
No-Issue

Signed-off-by: James Tanner <[email protected]>
  • Loading branch information
jctanner committed Jul 18, 2023
1 parent 8daf637 commit 7fc3dad
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 4 additions & 2 deletions requirements/requirements.common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,9 @@ idna==3.4
# requests
# yarl
importlib-metadata==6.0.1
# via opentelemetry-api
# via
# opentelemetry-api
# pulpcore
inflection==0.5.1
# via drf-spectacular
insights-analytics-collector==0.3.2
Expand Down Expand Up @@ -311,7 +313,7 @@ pulp-container==2.15.1
# via galaxy-ng (setup.py)
pulp-glue==0.19.1
# via pulpcore
pulpcore==3.28.1
pulpcore==3.28.3
# via
# galaxy-ng (setup.py)
# pulp-ansible
Expand Down
6 changes: 4 additions & 2 deletions requirements/requirements.insights.txt
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,9 @@ idna==3.4
# requests
# yarl
importlib-metadata==6.0.1
# via opentelemetry-api
# via
# opentelemetry-api
# pulpcore
inflection==0.5.1
# via drf-spectacular
insights-analytics-collector==0.3.2
Expand Down Expand Up @@ -322,7 +324,7 @@ pulp-container==2.15.1
# via galaxy-ng (setup.py)
pulp-glue==0.19.1
# via pulpcore
pulpcore==3.28.1
pulpcore==3.28.3
# via
# galaxy-ng (setup.py)
# pulp-ansible
Expand Down
6 changes: 4 additions & 2 deletions requirements/requirements.standalone.txt
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,9 @@ idna==3.4
# requests
# yarl
importlib-metadata==6.0.1
# via opentelemetry-api
# via
# opentelemetry-api
# pulpcore
inflection==0.5.1
# via drf-spectacular
insights-analytics-collector==0.3.2
Expand Down Expand Up @@ -311,7 +313,7 @@ pulp-container==2.15.1
# via galaxy-ng (setup.py)
pulp-glue==0.19.1
# via pulpcore
pulpcore==3.28.1
pulpcore==3.28.3
# via
# galaxy-ng (setup.py)
# pulp-ansible
Expand Down

0 comments on commit 7fc3dad

Please sign in to comment.