Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGES/+pulpcore_3_100.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump pulpcore upperbound to <3.115.
2 changes: 1 addition & 1 deletion pulp_python/app/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
import json
from aiohttp.client_exceptions import ClientError
from collections import defaultdict
from datetime import timezone
from django.conf import settings
from django.db.utils import IntegrityError
from django.utils import timezone
from jinja2 import Template
from packaging.utils import canonicalize_name
from packaging.requirements import Requirement
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers=[
]
requires-python = ">=3.11"
dependencies = [
"pulpcore>=3.85.3,<3.100",
"pulpcore>=3.85.3,<3.115",
"pkginfo>=1.12.0,<1.13.0",
"bandersnatch>=6.6.0,<6.7",
"pypi-simple>=1.8.0,<2.0",
Expand Down