From 679724e4acc82509461718c9f8b13dc5434dfa27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 00:40:26 +0000 Subject: [PATCH] build(deps): bump python-json-logger from 2.0.7 to 3.2.0 Bumps [python-json-logger](https://github.com/nhairs/python-json-logger) from 2.0.7 to 3.2.0. - [Release notes](https://github.com/nhairs/python-json-logger/releases) - [Changelog](https://github.com/nhairs/python-json-logger/blob/main/docs/changelog.md) - [Commits](https://github.com/nhairs/python-json-logger/compare/v2.0.7...v3.2.0) --- updated-dependencies: - dependency-name: python-json-logger dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 20f640d..bbd06aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "numpy==2.1.3", "nska-deserialize==1.5.1", "yara-python==4.5.1", - "python-json-logger==2.0.7" + "python-json-logger==3.2.0" ] [project.scripts] diff --git a/requirements.txt b/requirements.txt index caee7f0..8c643de 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,4 @@ numpy==2.1.3 nska-deserialize==1.5.1 yara-python==4.5.1 # pycrashreport==1.2.4 -python-json-logger==2.0.7 \ No newline at end of file +python-json-logger==3.2.0 \ No newline at end of file