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 Dec 18, 2023
1 parent 36de56e commit 232f4c1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@ jobs:
pulp_api_root: "/relocated/djnd/"
- python: "3.6"
image_tag: "3.28"
lower_bounds: true
- python: "3.7"
image_tag: "3.26"
lower_bounds: true
- python: "3.8"
image_tag: "3.25"
- python: "3.9"
image_tag: "3.24"
pulp_api_root: "/relocated/djnd/"
- python: "3.10"
image_tag: "3.35"
lower_bounds: true
- python: "3.11"
image_tag: "latest"
lower_bounds: true
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v3
Expand Down
6 changes: 4 additions & 2 deletions lower_bounds_constraints.lock
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
pulp-cli==0.18.2
pulp-glue==0.18.2
click==8.0.0
PyYAML==6.0.1
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.3.0.dev"],
install_requires=["pulp-cli>=0.20.0", "pulp-glue-ostree==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 232f4c1

Please sign in to comment.