From 2c775bc35c9f6815f6fe601f43a29121c2d35e4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 10:58:09 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Update=20tables=20requirement=20fro?= =?UTF-8?q?m=20>=3D3.6.1=20to=20>=3D3.11.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the requirements on [tables](https://github.com/PyTables/PyTables) to permit the latest version. - [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.6.1...v3.11.1) --- updated-dependencies: - dependency-name: tables dependency-version: 3.11.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- host/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/requirements.txt b/host/requirements.txt index e106551..d99b735 100644 --- a/host/requirements.txt +++ b/host/requirements.txt @@ -1,6 +1,6 @@ # core libs used in the scripts numpy >= 1.21.3 -tables >= 3.6.1 +tables >= 3.11.1 cbor2 >= 5.4.2 crcmod >= 1.7 # crc can be used as alternative for crcmod