From 22634bd4be030450b6b32d2fbaf257098d6f9dbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 04:02:22 +0000 Subject: [PATCH] Bump pyfileindex from 0.0.30 to 0.0.31 Bumps [pyfileindex](https://github.com/pyiron/pyfileindex) from 0.0.30 to 0.0.31. - [Release notes](https://github.com/pyiron/pyfileindex/releases) - [Commits](https://github.com/pyiron/pyfileindex/compare/pyfileindex-0.0.30...pyfileindex-0.0.31) --- updated-dependencies: - dependency-name: pyfileindex dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e0f5cbe89..9c5c863a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "monty==2024.10.21", "pandas==2.2.3", "psutil==6.1.0", - "pyfileindex==0.0.30", + "pyfileindex==0.0.31", "pyiron_dataclasses==0.0.1", "pyiron_snippets==0.1.4", "pysqa==0.2.0",