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

Commit 9cc5e65

Browse files
[client] Update dependency requests to ~=2.32.2 (#648)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d819887 commit 9cc5e65

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
@@ -5,7 +5,7 @@ python-magic~=0.4.27; sys_platform == 'linux' or sys_platform == 'darwin'
55
python-magic-bin~=0.4.14; sys_platform == 'win32'
66
python_json_logger~=2.0.4
77
PyYAML~=6.0
8-
requests~=2.31.0
8+
requests~=2.32.2
99
setuptools~=70.0.0
1010
cachetools~=5.3.0
1111
prometheus-client~=0.20.0

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ install_requires =
3939
python-magic-bin~=0.4.14; sys_platform == 'win32'
4040
python_json_logger~=2.0.4
4141
PyYAML~=6.0
42-
requests~=2.31.0
42+
requests~=2.32.2
4343
setuptools~=70.0.0
4444
cachetools~=5.3.0
4545
prometheus-client~=0.20.0

0 commit comments

Comments
 (0)