Skip to content

Commit dab499c

Browse files
[client] Update dependency setuptools to ~=70.3.0
Co-authored-by: Romuald Lemesle <[email protected]>
1 parent f64c3bc commit dab499c

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
@@ -6,7 +6,7 @@ python-magic-bin~=0.4.14; sys_platform == 'win32'
66
python_json_logger~=2.0.4
77
PyYAML~=6.0
88
requests~=2.32.3
9-
setuptools~=70.0.0
9+
setuptools~=70.3.0
1010
cachetools~=5.5.0
1111
prometheus-client~=0.21.1
1212
opentelemetry-api~=1.28.1

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ install_requires =
4040
python_json_logger~=2.0.4
4141
PyYAML~=6.0
4242
requests~=2.32.3
43-
setuptools~=70.0.0
43+
setuptools~=70.3.0
4444
cachetools~=5.5.0
4545
prometheus-client~=0.21.1
4646
opentelemetry-api~=1.28.2

0 commit comments

Comments
 (0)