We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1c2787 commit e772d66Copy full SHA for e772d66
requirements.txt
@@ -3,7 +3,7 @@ datefinder~=0.7.3
3
pika~=1.3.0
4
python-magic~=0.4.27; sys_platform == 'linux' or sys_platform == 'darwin'
5
python-magic-bin~=0.4.14; sys_platform == 'win32'
6
-python_json_logger~=2.0.4
+python_json_logger~=3.2.1
7
PyYAML~=6.0
8
pydantic~=2.10.4
9
requests~=2.32.3
setup.cfg
@@ -42,7 +42,7 @@ install_requires =
42
43
44
45
- python_json_logger~=2.0.4
+ python_json_logger~=3.2.1
46
47
48
0 commit comments