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

Commit 6705eef

Browse files
Update dependency python_json_logger to v3 (#836)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d9761c4 commit 6705eef

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
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ install_requires =
4040
pydantic~=2.11.3
4141
python-magic~=0.4.27; sys_platform == 'linux' or sys_platform == 'darwin'
4242
python-magic-bin~=0.4.14; sys_platform == 'win32'
43-
python_json_logger~=2.0.4
43+
python_json_logger~=3.3.0
4444
PyYAML~=6.0
4545
requests~=2.32.3
4646
setuptools~=78.1.0

0 commit comments

Comments
 (0)