Skip to content

Commit

Permalink
[noissue]: Update pulp-glue requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [pulp-glue](https://github.com/pulp/pulp-cli) to permit the latest version.
- [Release notes](https://github.com/pulp/pulp-cli/releases)
- [Changelog](https://github.com/pulp/pulp-cli/blob/main/docs/CHANGES.md)
- [Commits](pulp/pulp-cli@0.18.0...0.25.0)

---
updated-dependencies:
- dependency-name: pulp-glue
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and mdellweg committed Apr 23, 2024
1 parent db6d33f commit e07abe7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pulpcore/app/tasks/replica.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ def replicate_distributions(server_pk):
ctx = ReplicaContext(
api_root=server.api_root,
api_kwargs=api_kwargs,
format="json",
background_tasks=True,
timeout=0,
domain=server.domain,
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ opentelemetry-exporter-otlp-proto-http>=1.17.0,<=1.24.0
opentelemetry-instrumentation-django>=0.38b0,<=0.45b0
opentelemetry-instrumentation-wsgi>=0.38b0,<=0.45b0
protobuf>=4.21.1,<5.26.2
pulp-glue>=0.18.0,<0.25
pulp-glue>=0.18.0,<0.26
pygtrie>=2.5,<=2.5.0
psycopg[binary]>=3.1.8,<=3.1.18
pyparsing>=3.1.0,<=3.1.2
Expand Down

0 comments on commit e07abe7

Please sign in to comment.