From 8828b82b41278440b6d1f3b0ff2cc005b7688e8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 07:14:00 +0000 Subject: [PATCH] Bump pyiron-snippets from 0.1.3 to 0.1.4 Bumps [pyiron-snippets](https://github.com/pyiron/pyiron_snippets) from 0.1.3 to 0.1.4. - [Release notes](https://github.com/pyiron/pyiron_snippets/releases) - [Commits](https://github.com/pyiron/pyiron_snippets/compare/pyiron_snippets-0.1.3...pyiron_snippets-0.1.4) --- updated-dependencies: - dependency-name: pyiron-snippets 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 40ec2a0e..6dcadf28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dependencies = [ "pandas==2.2.2", "pyiron_base==0.9.10", "pyiron_contrib==0.1.17", - "pyiron_snippets==0.1.3", + "pyiron_snippets==0.1.4", "toposort==1.10", "typeguard==4.3.0", ]