From fbfe8385c6567c6403cfe61215a02b3d8344dd28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 11:56:29 +0000 Subject: [PATCH] Bump addict from 2.3 to 2.4.0 Bumps [addict](https://github.com/mewwts/addict) from 2.3 to 2.4.0. - [Release notes](https://github.com/mewwts/addict/releases) - [Commits](https://github.com/mewwts/addict/compare/v2.3.0...v2.4.0) --- updated-dependencies: - dependency-name: addict dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0083582b0..cb956025b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ "Intended Audience :: Science/Research", ] dependencies = [ - "addict==2.3", + "addict==2.4.0", "cadet-python>=1.0.4", "corner>=2.2.1", "diskcache>=5.4.0",