From a62f06df99f6cbb0680f92f7dc8f0d41a424946f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 13:31:04 -0500 Subject: [PATCH] Bump tables from 3.9.1 to 3.9.2 (#959) Bumps [tables](https://github.com/PyTables/PyTables) from 3.9.1 to 3.9.2. - [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.1...v3.9.2) --- updated-dependencies: - dependency-name: tables dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/requirements-test-optional.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements-test-optional.txt b/requirements/requirements-test-optional.txt index bb34e67cd..50ccf0901 100644 --- a/requirements/requirements-test-optional.txt +++ b/requirements/requirements-test-optional.txt @@ -2,4 +2,4 @@ h5py==3.10.0; implementation_name=='cpython' numpy==1.26.2 pandas==2.1.3; implementation_name=='cpython' ruamel.yaml==0.18.5 -tables==3.9.1; implementation_name=='cpython' +tables==3.9.2; implementation_name=='cpython'