From 20faabf5d9f23b45efb1b2772055a6f4fe42b93a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 04:37:07 +0000 Subject: [PATCH] Update jsonpickle requirement from ~=4.0.0 to ~=4.0.1 Updates the requirements on [jsonpickle](https://github.com/jsonpickle/jsonpickle) to permit the latest version. - [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.1) --- updated-dependencies: - dependency-name: jsonpickle dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 019cba9..a0ae188 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,4 +14,4 @@ termcolor~=2.5.0 coloredlogs==15.0 validators~=0.34.0 tqdm~=4.67.0 -jsonpickle~=4.0.0 \ No newline at end of file +jsonpickle~=4.0.1 \ No newline at end of file