Skip to content

Commit 3cb94d7

Browse files
dependabot[bot]mdellweg
authored andcommitted
[PIP] Update pulp-cli requirement from <0.30,>=0.23.2 to >=0.23.2,<0.31
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/CHANGES.md) - [Commits](pulp/pulp-cli@0.23.2...0.30.2) --- updated-dependencies: - dependency-name: pulp-cli dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 40e2a95 commit 3cb94d7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pulp-glue-deb/pulp_glue/deb/context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from typing import ClassVar, Set
22

3-
from pulp_glue.common.context import (
3+
from pulp_glue.common.context import ( # type: ignore[attr-defined]
44
EntityDefinition,
55
PluginRequirement,
66
PulpContentContext,

pulp-glue-deb/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.2,<0.30",
26+
"pulp-glue>=0.23.2,<0.31",
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.2,<0.30",
26+
"pulp-cli>=0.23.2,<0.31",
2727
"pulp-glue-deb==0.3.0.dev",
2828
]
2929

0 commit comments

Comments
 (0)