Skip to content

Commit fb814b3

Browse files
[deps] Update dependency cachetools to v7 (#14361)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a40710a commit fb814b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client-python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pyjwt[crypto]~=2.11.0
1010
pydantic>=2.8.2, <3
1111
requests>=2.32.0, <3
1212
setuptools~=82.0.0
13-
cachetools~=5.5.2
13+
cachetools~=7.0.1
1414
prometheus-client~=0.24.1
1515
opentelemetry-api~=1.35.0
1616
opentelemetry-sdk~=1.35.0

client-python/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ install_requires =
4545
PyYAML~=6.0
4646
requests>=2.32.0, <3
4747
setuptools~=82.0.0
48-
cachetools~=5.5.2
48+
cachetools~=7.0.1
4949
prometheus-client~=0.24.1
5050
opentelemetry-api~=1.35.0
5151
opentelemetry-sdk~=1.35.0

0 commit comments

Comments
 (0)