From 98444b0379755d2d29ee2fbec4116ec340fc24f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 19:25:46 +0000 Subject: [PATCH] Bump frozendict from 2.4.4 to 2.4.5 (#134) Bumps [frozendict](https://github.com/Marco-Sulla/python-frozendict) from 2.4.4 to 2.4.5. - [Release notes](https://github.com/Marco-Sulla/python-frozendict/releases) - [Commits](https://github.com/Marco-Sulla/python-frozendict/compare/v2.4.4...v2.4.5) --- updated-dependencies: - dependency-name: frozendict dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 72f5f97..9101380 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ # bidict==0.23.1 # via -r requirements.in -frozendict==2.4.4 +frozendict==2.4.5 # via -r requirements.in networkx==3.3 # via -r requirements.in