From 11b6889678f833f3e1190560d5d94e30d51b8aba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 19:14:51 +0000 Subject: [PATCH] Bump frozendict from 2.4.5 to 2.4.6 (#137) Bumps [frozendict](https://github.com/Marco-Sulla/python-frozendict) from 2.4.5 to 2.4.6. - [Release notes](https://github.com/Marco-Sulla/python-frozendict/releases) - [Commits](https://github.com/Marco-Sulla/python-frozendict/compare/v2.4.5...v2.4.6) --- 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 9101380..836d146 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ # bidict==0.23.1 # via -r requirements.in -frozendict==2.4.5 +frozendict==2.4.6 # via -r requirements.in networkx==3.3 # via -r requirements.in