diff --git a/pyproject.toml b/pyproject.toml index 51df3f84..ffaca82a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "numpy==2.2.3", "nska-deserialize==1.5.1", "yara-python==4.5.1", - "python-json-logger==3.2.1", + "python-json-logger==3.3.0", "python-magic==0.4.27", "jinja2==3.1.6", ] diff --git a/requirements.txt b/requirements.txt index 84687032..affa47c7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,6 +8,6 @@ numpy==2.2.3 nska-deserialize==1.5.1 yara-python==4.5.1 # pycrashreport==1.2.4 -python-json-logger==3.2.1 +python-json-logger==3.3.0 python-magic==0.4.27 jinja2==3.1.6 \ No newline at end of file