From c94f78fd72f669019d92a72dd2720874ccf99900 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 06:22:25 +0000 Subject: [PATCH] build(deps): Bump jsonpickle from 4.0.0 to 4.0.2 Bumps [jsonpickle](https://github.com/jsonpickle/jsonpickle) from 4.0.0 to 4.0.2. - [Release notes](https://github.com/jsonpickle/jsonpickle/releases) - [Changelog](https://github.com/jsonpickle/jsonpickle/blob/main/CHANGES.rst) - [Commits](https://github.com/jsonpickle/jsonpickle/compare/v4.0.0...v4.0.2) --- updated-dependencies: - dependency-name: jsonpickle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index caf77f1..8dee819 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ mypy==1.13.0 prospector[with_everything]==1.10.3 -jsonpickle==4.0.0 +jsonpickle==4.0.2 Django==5.1.3 Flask==3.1.0 #can't upgrade to the latest version of Pylint due to a mismatch on astroid versions