From d6c3ae4b32dfa987f2b3e28be1b969c7890fbc50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 14:36:14 +0000 Subject: [PATCH] Bump monty from 2024.10.21 to 2024.12.10 Bumps [monty](https://github.com/materialsvirtuallab/monty) from 2024.10.21 to 2024.12.10. - [Release notes](https://github.com/materialsvirtuallab/monty/releases) - [Changelog](https://github.com/materialsvirtuallab/monty/blob/master/docs/changelog.md) - [Commits](https://github.com/materialsvirtuallab/monty/compare/v2024.10.21...v2024.12.10) --- updated-dependencies: - dependency-name: monty dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f07ff44..f4e030b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ pydantic==2.4.2 pydantic-core==2.10.1 pydantic-settings==2.2.1 typing-extensions==4.12.2 -monty==2024.10.21 +monty==2024.12.10 numpy==1.26.1 requests==2.32.3