Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit afc12bf

Browse files
Update dependency setuptools to ~=70.1.0 (#689)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7429c7c commit afc12bf

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.2
9-
setuptools~=70.0.0
9+
setuptools~=70.1.0
1010
cachetools~=5.3.0
1111
prometheus-client~=0.20.0
1212
opentelemetry-api~=1.22.0

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.2
43-
setuptools~=70.0.0
43+
setuptools~=70.1.0
4444
cachetools~=5.3.0
4545
prometheus-client~=0.20.0
4646
opentelemetry-api~=1.22.0

0 commit comments

Comments
 (0)