Skip to content

Commit

Permalink
Merge pull request #151 from pulp/dependabot/pip/pulp-cli-gte-0.23.2-…
Browse files Browse the repository at this point in the history
…and-lt-0.31

[PIP] Update pulp-cli requirement from <0.30,>=0.23.2 to >=0.23.2,<0.31
  • Loading branch information
mdellweg authored Jan 22, 2025
2 parents 40e2a95 + 595e0eb commit fe01d9a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
15 changes: 11 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,23 @@
---
version: 2
updates:
- package-ecosystem: pip
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: daily
interval: "daily"
commit-message:
prefix: "[PIP] "
open-pull-requests-limit: 10
- package-ecosystem: github-actions
groups:
pulp-cli:
patterns:
- "pulp-cli"
- "pulp-glue"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: weekly
interval: "weekly"
commit-message:
prefix: "[GHA] "
open-pull-requests-limit: 10
...
2 changes: 1 addition & 1 deletion pulp-glue-deb/pulp_glue/deb/context.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from typing import ClassVar, Set

from pulp_glue.common.context import (
from pulp_glue.common.context import ( # type: ignore[attr-defined]
EntityDefinition,
PluginRequirement,
PulpContentContext,
Expand Down
2 changes: 1 addition & 1 deletion pulp-glue-deb/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [
"Typing :: Typed",
]
dependencies = [
"pulp-glue>=0.23.2,<0.30",
"pulp-glue>=0.23.2,<0.31",
]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers=[
"Typing :: Typed",
]
dependencies = [
"pulp-cli>=0.23.2,<0.30",
"pulp-cli>=0.23.2,<0.31",
"pulp-glue-deb==0.3.0.dev",
]

Expand Down

0 comments on commit fe01d9a

Please sign in to comment.