Skip to content

Commit

Permalink
[noissue]: Update pulp-cli requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [pulp-cli](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.2...0.23.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and mdellweg committed Jan 24, 2024
1 parent 0c4863d commit 2dba70e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
packages=plugin_packages,
package_data={package: ["py.typed"] for package in plugin_packages},
python_requires=">=3.6",
install_requires=["pulp-cli>=0.18.2,<0.23.0.dev0", "pulp-glue-maven==0.3.0.dev"],
install_requires=["pulp-cli>=0.18.2,<0.24.0", "pulp-glue-maven==0.3.0.dev"],
entry_points={
"pulp_cli.plugins": [f"{name}={module}" for name, module in plugin_entry_points],
},
Expand Down

0 comments on commit 2dba70e

Please sign in to comment.