Skip to content

Commit 4bd60e0

Browse files
Update dependency cachetools to v6 (#914)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Landry Trebon <[email protected]>
1 parent 8a41d7c commit 4bd60e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ PyYAML~=6.0
88
pydantic~=2.11.3
99
requests~=2.32.3
1010
setuptools~=80.9.0
11-
cachetools~=5.5.0
11+
cachetools~=6.1.0
1212
prometheus-client~=0.22.1
1313
opentelemetry-api~=1.35.0
1414
opentelemetry-sdk~=1.35.0

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ install_requires =
4444
PyYAML~=6.0
4545
requests~=2.32.3
4646
setuptools~=80.9.0
47-
cachetools~=5.5.0
47+
cachetools~=6.1.0
4848
prometheus-client~=0.22.1
4949
opentelemetry-api~=1.35.0
5050
opentelemetry-sdk~=1.35.0

0 commit comments

Comments
 (0)