Skip to content

Commit abc7ffc

Browse files
committed
Bump packaging dependency
1 parent 1fc1cab commit abc7ffc

3 files changed

Lines changed: 4 additions & 4 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.7",
28-
"packaging>=20.0,<=25.0", # CalVer
28+
"packaging>=20.0,<=26.2", # CalVer
2929
"requests>=2.24.0,<2.33",
3030
"tomli>=2.0.0,<2.1;python_version<'3.11'",
3131
]

pyproject.toml

Lines changed: 1 addition & 1 deletion
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]

0 commit comments

Comments
 (0)