Skip to content

Commit 482f496

Browse files
[client] Update dependency python_json_logger to v3
Co-authored-by: Romuald Lemesle <[email protected]>
1 parent 9b62466 commit 482f496

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ datefinder~=0.7.3
33
pika~=1.3.0
44
python-magic~=0.4.27; sys_platform == 'linux' or sys_platform == 'darwin'
55
python-magic-bin~=0.4.14; sys_platform == 'win32'
6-
python_json_logger~=2.0.4
6+
python_json_logger~=3.3.0
77
PyYAML~=6.0
88
pydantic~=2.11.3
99
requests~=2.32.3

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ install_requires =
4242
pika~=1.3.0
4343
python-magic~=0.4.27; sys_platform == 'linux' or sys_platform == 'darwin'
4444
python-magic-bin~=0.4.14; sys_platform == 'win32'
45-
python_json_logger~=2.0.4
45+
python_json_logger~=3.3.0
4646
PyYAML~=6.0
4747
pydantic~=2.11.3
4848
requests~=2.32.3

0 commit comments

Comments
 (0)