Skip to content

Commit 7c9f3fe

Browse files
[PIP] Update pulp-cli requirement from <0.33,>=0.23.1 to >=0.23.1,<0.36 (#23)
Updates the requirements on [pulp-cli](https://github.com/pulp/pulp-cli) to permit the latest version. - [Changelog](https://github.com/pulp/pulp-cli/blob/main/CHANGES.md) - [Commits](pulp/pulp-cli@0.23.1...0.35.0) --- updated-dependencies: - dependency-name: pulp-cli dependency-version: 0.35.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 115e9f4 commit 7c9f3fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers=[
2424
"Typing :: Typed",
2525
]
2626
dependencies = [
27-
"pulp-cli>=0.23.1,<0.33",
27+
"pulp-cli>=0.23.1,<0.36",
2828
"pulp-glue-console==0.1.4.dev"
2929
]
3030

0 commit comments

Comments
 (0)