From 1f1b316f3c0e85cc750ca0379ae72f7ea739bfeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 14:37:12 +0000 Subject: [PATCH] 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 1a4b9329..d768b75b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ dependencies = [ "betfairlightweight==2.20.4", "tenacity>=7.0.0,<8.3.1", - "python-json-logger==2.0.7", + "python-json-logger==3.2.0", "requests", "betconnect==0.2.1", "smart-open>=6,<8", diff --git a/requirements.txt b/requirements.txt index 39b858cc..eda2cd2f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ betfairlightweight==2.20.4 tenacity>=7.0.0,<8.3.1 -python-json-logger==2.0.7 +python-json-logger==3.2.0 requests betconnect==0.2.1 smart-open>=6,<8