Skip to content

Commit e772d66

Browse files
Update dependency python_json_logger to v3
1 parent b1c2787 commit e772d66

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.2.1
77
PyYAML~=6.0
88
pydantic~=2.10.4
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.2.1
4646
PyYAML~=6.0
4747
pydantic~=2.10.4
4848
requests~=2.32.3

0 commit comments

Comments
 (0)