Skip to content

Commit aae9667

Browse files
committed
Update to allow core/3.100
1 parent 7a072c0 commit aae9667

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
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.

pulp_python/app/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
import json
99
from aiohttp.client_exceptions import ClientError
1010
from collections import defaultdict
11+
from datetime import timezone
1112
from django.conf import settings
1213
from django.db.utils import IntegrityError
13-
from django.utils import timezone
1414
from jinja2 import Template
1515
from packaging.utils import canonicalize_name
1616
from packaging.requirements import Requirement

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers=[
2626
]
2727
requires-python = ">=3.11"
2828
dependencies = [
29-
"pulpcore>=3.85.3,<3.100",
29+
"pulpcore>=3.85.3,<3.115",
3030
"pkginfo>=1.12.0,<1.13.0",
3131
"bandersnatch>=6.6.0,<6.7",
3232
"pypi-simple>=1.8.0,<2.0",

0 commit comments

Comments
 (0)