From 92375098539686f4787bd1cf0fa86f6c317ba585 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 07:33:03 +0000 Subject: [PATCH 1/3] Bump tables from 3.10.1 to 3.10.2 Bumps [tables](https://github.com/PyTables/PyTables) from 3.10.1 to 3.10.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.10.1...v3.10.2) --- updated-dependencies: - dependency-name: tables 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 7117b657d..82d849ae7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "pyiron_snippets==0.1.4", "pysqa==0.2.3", "sqlalchemy==2.0.36", - "tables==3.10.1", + "tables==3.10.2", "tqdm==4.67.1", "traitlets==5.14.3", ] From 3158ae914abf88b054c4adbbee7f5fa1106e2133 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 07:33:15 +0000 Subject: [PATCH 2/3] [dependabot skip] Update environment --- .ci_support/environment-docs.yml | 2 +- .ci_support/environment-mini.yml | 2 +- .ci_support/environment.yml | 2 +- binder/environment.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.ci_support/environment-docs.yml b/.ci_support/environment-docs.yml index 3e8c287d7..d27cdf521 100644 --- a/.ci_support/environment-docs.yml +++ b/.ci_support/environment-docs.yml @@ -22,7 +22,7 @@ dependencies: - pyiron_snippets =0.1.4 - executorlib =0.0.7 - pysqa =0.2.3 -- pytables =3.10.1 +- pytables =3.10.2 - sqlalchemy =2.0.36 - tqdm =4.67.1 - traitlets =5.14.3 diff --git a/.ci_support/environment-mini.yml b/.ci_support/environment-mini.yml index 2d8c86c3d..ab5b3da4e 100644 --- a/.ci_support/environment-mini.yml +++ b/.ci_support/environment-mini.yml @@ -13,7 +13,7 @@ dependencies: - pyiron_snippets =0.1.3 - executorlib =0.0.7 - pysqa =0.2.3 -- pytables =3.10.1 +- pytables =3.10.2 - sqlalchemy =2.0.36 - tqdm =4.67.1 - traitlets =5.14.3 diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 8e71723a6..91d91a747 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -20,7 +20,7 @@ dependencies: - pyiron_snippets =0.1.4 - executorlib =0.0.7 - pysqa =0.2.3 -- pytables =3.10.1 +- pytables =3.10.2 - sqlalchemy =2.0.36 - tqdm =4.67.1 - traitlets =5.14.3 diff --git a/binder/environment.yml b/binder/environment.yml index 57b91ad77..87f12c90e 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -19,7 +19,7 @@ dependencies: - pyiron_snippets =0.1.4 - executorlib =0.0.7 - pysqa =0.2.3 -- pytables =3.10.1 +- pytables =3.10.2 - sqlalchemy =2.0.36 - tqdm =4.67.1 - traitlets =5.14.3 From 48141653b6490eddec3b4227c37720f6afb70338 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Mon, 6 Jan 2025 11:10:57 +0100 Subject: [PATCH 3/3] Update unittests.yml --- .github/workflows/unittests.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index 5bcc6fe3e..5f58c3780 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -30,10 +30,6 @@ jobs: - operating-system: ubuntu-latest python-version: '3.11' label: linux-64-py-3-11 - - - operating-system: ubuntu-latest - python-version: '3.10' - label: linux-64-py-3-10 steps: - uses: actions/checkout@v4