Skip to content

Commit 24139f1

Browse files
Update dependency setuptools to v71 (#706)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 25479ca commit 24139f1

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.3.0
9+
setuptools~=71.1.0
1010
cachetools~=5.4.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
@@ -42,7 +42,7 @@ install_requires =
4242
python_json_logger~=2.0.4
4343
PyYAML~=6.0
4444
requests~=2.32.2
45-
setuptools~=70.3.0
45+
setuptools~=71.1.0
4646
cachetools~=5.4.0
4747
prometheus-client~=0.20.0
4848
opentelemetry-api~=1.22.0

0 commit comments

Comments
 (0)