Skip to content

Commit 25f74d0

Browse files
[client] Update dependency cachetools to ~=5.5.0
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0e3e912 commit 25f74d0

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
@@ -7,7 +7,7 @@ python_json_logger~=2.0.4
77
PyYAML~=6.0
88
requests~=2.32.3
99
setuptools~=70.0.0
10-
cachetools~=5.3.0
10+
cachetools~=5.5.0
1111
prometheus-client~=0.20.0
1212
opentelemetry-api~=1.26.0
1313
opentelemetry-sdk~=1.26.0

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ install_requires =
4141
PyYAML~=6.0
4242
requests~=2.32.3
4343
setuptools~=70.0.0
44-
cachetools~=5.3.0
44+
cachetools~=5.5.0
4545
prometheus-client~=0.20.0
4646
opentelemetry-api~=1.26.0
4747
opentelemetry-sdk~=1.26.0

0 commit comments

Comments
 (0)