From c5c3fabadcfdb9e07669838f7b603c00dac935dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 06:04:26 +0000 Subject: [PATCH] build(deps): Bump jsonpickle from 3.2.2 to 3.4.1 Bumps [jsonpickle](https://github.com/jsonpickle/jsonpickle) from 3.2.2 to 3.4.1. - [Changelog](https://github.com/jsonpickle/jsonpickle/blob/main/CHANGES.rst) - [Commits](https://github.com/jsonpickle/jsonpickle/compare/v3.2.2...v3.4.1) --- updated-dependencies: - dependency-name: jsonpickle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 599e7b2..ba9e9b9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ mypy==1.11.1 prospector[with_everything]==1.10.3 -jsonpickle==3.2.2 +jsonpickle==3.4.1 Django==5.1 Flask==3.0.3 #can't upgrade to the latest version of Pylint due to a mismatch on astroid versions