From e36399d258664a6c788c0c7c6debb94545a88ccc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Aug 2024 10:12:19 +0000 Subject: [PATCH] Bump tables from 3.9.2 to 3.10.1 Bumps [tables](https://github.com/PyTables/PyTables) from 3.9.2 to 3.10.1. - [Release notes](https://github.com/PyTables/PyTables/releases) - [Changelog](https://github.com/PyTables/PyTables/blob/master/RELEASE_NOTES.rst) - [Commits](https://github.com/PyTables/PyTables/compare/v3.9.2...v3.10.1) --- updated-dependencies: - dependency-name: tables dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 884088946..0bc6632ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "pyiron_snippets==0.1.4", "pysqa==0.1.21", "sqlalchemy==2.0.32", - "tables==3.9.2", + "tables==3.10.1", "tqdm==4.66.5", "traitlets==5.14.3", ]