From d57ee11336f8b89e8b8602f0d9b159d1157ae146 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 03:30:15 +0000 Subject: [PATCH] Bump dill from 0.3.6 to 0.3.7 Bumps [dill](https://github.com/uqfoundation/dill) from 0.3.6 to 0.3.7. - [Release notes](https://github.com/uqfoundation/dill/releases) - [Commits](https://github.com/uqfoundation/dill/compare/dill-0.3.6...dill-0.3.7) --- updated-dependencies: - dependency-name: dill dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5db9d76..2bfa94f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ numpy==1.23.4 -dill==0.3.6 +dill==0.3.7 deepdish==0.3.7 lmfit==1.2.2 cython==0.29.32 diff --git a/requirements_dev.txt b/requirements_dev.txt index 28ec8ab..c4b0996 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,5 +1,5 @@ numpy==1.23.4 -dill==0.3.6 +dill==0.3.7 deepdish==0.3.7 lmfit==1.2.2 cython==0.29.32