Skip to content

Commit

Permalink
Bump the pulp-cli version
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
lubosmj committed Nov 16, 2023
1 parent a09a376 commit b6b5de0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lower_bounds_constraints.lock
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pulp-cli==0.18.2
pulp-glue==0.18.2
pulp-cli==0.20.0
pulp-glue==0.20.0
2 changes: 1 addition & 1 deletion pulp-glue-ostree/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
packages=plugin_packages,
package_data={"": ["py.typed"]},
python_requires=">=3.6",
install_requires=["pulp-glue>=0.18.2,<0.22"],
install_requires=["pulp-glue>=0.20.0"],
license="GPLv2+",
classifiers=[
"Development Status :: 4 - Beta",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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.22", "pulp-glue-ostree==0.2.0.dev"],
install_requires=["pulp-cli>=0.20.0", "pulp-glue-ostree==0.2.0.dev"],
entry_points={
"pulp_cli.plugins": [f"{name}={module}" for name, module in plugin_entry_points],
},
Expand Down

0 comments on commit b6b5de0

Please sign in to comment.