From 4393d2513cc35a20a9b747edef2c8977af9ffbed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 00:02:58 +0000 Subject: [PATCH] Bump monty from 2023.5.8 to 2023.8.7 (#390) Bumps [monty](https://github.com/materialsvirtuallab/monty) from 2023.5.8 to 2023.8.7. - [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/v2023.5.8...v2023.8.7) --- updated-dependencies: - dependency-name: monty dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 23ec4974..3aacd41c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ strict = [ "PyYAML==6.0.1", "maggma==0.53.0", "matplotlib==3.7.2", - "monty==2023.5.8", + "monty==2023.8.7", "moto==4.1.14", "networkx==3.1", "pydantic==1.10.9",