Skip to content

Commit 1d6610c

Browse files
committed
Bump packaging dependency
1 parent 3741eec commit 1d6610c

4 files changed

Lines changed: 7 additions & 6 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
__pycache__/
33
build/
44
tests/cli.toml
5-
pytest_pulp_cli/GPG-PRIVATE-KEY-fixture-signing
5+
GPG-PRIVATE-KEY-fixture-signing
66
site/
77
dist/
88
*.po~

pulp-glue/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools<81"]
2+
requires = ["setuptools"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
@@ -25,7 +25,7 @@ classifiers = [
2525
dependencies = [
2626
"importlib_resources>=5.4.0,<6.2;python_version<'3.9'",
2727
"multidict>=6.0.5,<6.5",
28-
"packaging>=20.0,<=25.0", # CalVer
28+
"packaging>=20.0,<=26.2", # CalVer
2929
"requests>=2.24.0,<2.33",
3030
]
3131

pulp_cli/generic.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,8 @@ def load_labels_callback(
647647

648648

649649
def create_content_json_callback(
650-
context_class: t.Optional[t.Type[PulpContentContext]] = None, schema: s.Schema = None
650+
context_class: t.Optional[t.Type[PulpContentContext]] = None,
651+
schema: t.Optional[s.Schema] = None,
651652
) -> t.Any:
652653
@load_file_wrapper
653654
def _callback(

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools<81"]
2+
requires = ["setuptools"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
@@ -25,7 +25,7 @@ classifiers=[
2525
dependencies = [
2626
"pulp-glue==0.32.4.dev",
2727
"click>=8.0.0,<8.2", # Proven to not do semver.
28-
"packaging>=20.0,<=25", # CalVer
28+
"packaging>=20.0,<=26.2", # CalVer
2929
"PyYAML>=5.3,<6.1",
3030
"schema>=0.7.5,<0.8",
3131
"tomli>=2.0.0,<2.1;python_version<'3.11'",

0 commit comments

Comments
 (0)