Skip to content

Commit b660da9

Browse files
committed
Update CLI and GLUE
1 parent 04f51da commit b660da9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pulp-glue-ostree/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323
"Typing :: Typed",
2424
]
2525
dependencies = [
26-
"pulp-glue>=0.23.1,<0.36",
26+
"pulp-glue<0.37,>=0.23.1",
2727
]
2828

2929
[project.urls]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers=[
2323
"Typing :: Typed",
2424
]
2525
dependencies = [
26-
"pulp-cli>=0.23.1,<0.36",
26+
"pulp-cli<0.37,>=0.23.1",
2727
"pulp-glue-ostree==0.7.0.dev",
2828
]
2929

0 commit comments

Comments
 (0)