Skip to content

Commit 56b4fd1

Browse files
authored
Merge pull request #1377 from ggainey/core_100
Update to allow core/3.100.
2 parents 553a535 + 0fccc52 commit 56b4fd1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES/+pulpcore_3_100.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump pulpcore upperbound to <3.115.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ requires-python = ">=3.11"
2828
dependencies = [
2929
# All things django and asyncio are deliberately left to pulpcore
3030
# Example transitive requirements: asgiref, asyncio, aiohttp
31-
"pulpcore>=3.85.0,<3.100",
31+
"pulpcore>=3.85.0,<3.115",
3232
"python-debian>=0.1.44,<0.2.0",
3333
"python-gnupg>=0.5,<0.6",
3434
"jsonschema>=4.6,<5.0",

0 commit comments

Comments
 (0)