Skip to content

Commit 3c0e259

Browse files
authored
Merge pull request #4806 from GoogleCloudPlatform/dependabot/pip/community/front-end/ofe/develop/cachetools-gte-2.0-and-lt-7.0
Update cachetools requirement from <6.0,>=2.0 to >=2.0,<7.0 in /community/front-end/ofe
2 parents 72e26ee + b5b5030 commit 3c0e259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

community/front-end/ofe/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ astroid==3.3.11
66
attrs==25.3.0
77
# This should be supported by zoneinfo in Python 3.9+
88
backports.zoneinfo==0.2.1;python_version<"3.9"
9-
cachetools>=2.0,<6.0
9+
cachetools>=2.0,<7.0
1010
certifi==2025.10.5
1111
cffi>=2.0.0
1212
cfgv==3.4.0

0 commit comments

Comments
 (0)