From 79bd83713b140de6ec61cd456a86d8339f6aa4a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 04:51:56 +0000 Subject: [PATCH 1/9] Bump pysqa from 0.2.1 to 0.2.2 Bumps [pysqa](https://github.com/pyiron/pysqa) from 0.2.1 to 0.2.2. - [Release notes](https://github.com/pyiron/pysqa/releases) - [Commits](https://github.com/pyiron/pysqa/compare/pysqa-0.2.1...pysqa-0.2.2) --- updated-dependencies: - dependency-name: pysqa 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 4f3792646..f0ebdafa7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "pyfileindex==0.0.31", "pyiron_dataclasses==0.0.1", "pyiron_snippets==0.1.4", - "pysqa==0.2.1", + "pysqa==0.2.2", "sqlalchemy==2.0.36", "tables==3.10.1", "tqdm==4.67.0", From 8c22395987b2b9bcd16c9eeba95e77cfd9528318 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 04:52:15 +0000 Subject: [PATCH 2/9] [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 10c72ad34..9fcac08ba 100644 --- a/.ci_support/environment-docs.yml +++ b/.ci_support/environment-docs.yml @@ -21,7 +21,7 @@ dependencies: - pyiron_dataclasses =0.0.1 - pyiron_snippets =0.1.4 - executorlib =0.0.4 -- pysqa =0.2.1 +- pysqa =0.2.2 - pytables =3.10.1 - sqlalchemy =2.0.36 - tqdm =4.67.0 diff --git a/.ci_support/environment-mini.yml b/.ci_support/environment-mini.yml index ebc00d7fc..3abcffb34 100644 --- a/.ci_support/environment-mini.yml +++ b/.ci_support/environment-mini.yml @@ -12,7 +12,7 @@ dependencies: - pyiron_dataclasses =0.0.1 - pyiron_snippets =0.1.3 - executorlib =0.0.4 -- pysqa =0.2.1 +- pysqa =0.2.2 - pytables =3.10.1 - sqlalchemy =2.0.36 - tqdm =4.67.0 diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index fd977a6c2..2d4f2e8c3 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -19,7 +19,7 @@ dependencies: - pyiron_dataclasses =0.0.1 - pyiron_snippets =0.1.4 - executorlib =0.0.4 -- pysqa =0.2.1 +- pysqa =0.2.2 - pytables =3.10.1 - sqlalchemy =2.0.36 - tqdm =4.67.0 diff --git a/binder/environment.yml b/binder/environment.yml index ed8bfc8d2..ff8141565 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -18,7 +18,7 @@ dependencies: - pyiron_dataclasses =0.0.1 - pyiron_snippets =0.1.4 - executorlib =0.0.4 -- pysqa =0.2.1 +- pysqa =0.2.2 - pytables =3.10.1 - sqlalchemy =2.0.36 - tqdm =4.67.0 From c904ebbd249fded9146fbb2495a2ef62a8754e72 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 21:10:07 +0000 Subject: [PATCH 3/9] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.2 → v0.7.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.7.2...v0.7.3) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fac6cd759..3e317c999 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.2 + rev: v0.7.3 hooks: - id: ruff name: ruff lint From 9348e3b189e9b1b605f34a6c3f87dcb0d90ad0e6 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 21:12:11 +0000 Subject: [PATCH 4/9] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.3 → v0.7.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.7.3...v0.7.4) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3e317c999..522f388aa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.3 + rev: v0.7.4 hooks: - id: ruff name: ruff lint From 862df1239aa153a586eee2f2e3912e0f5d98797f Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Wed, 20 Nov 2024 21:10:48 +0100 Subject: [PATCH 5/9] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f0ebdafa7..5b7c206e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ ] dependencies = [ "cloudpickle==3.1.0", - "executorlib==0.0.4", + "executorlib==0.0.5", "h5io_browser==0.1.4", "h5py==3.12.1", "numpy==1.26.4", From c7bbe262904c9f71119060f63a2589ce2743c67f Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Wed, 20 Nov 2024 21:11:51 +0100 Subject: [PATCH 6/9] Update environment.yml --- .ci_support/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 2d4f2e8c3..5b2311e5f 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -18,7 +18,7 @@ dependencies: - pyfileindex =0.0.31 - pyiron_dataclasses =0.0.1 - pyiron_snippets =0.1.4 -- executorlib =0.0.4 +- executorlib =0.0.5 - pysqa =0.2.2 - pytables =3.10.1 - sqlalchemy =2.0.36 From 8f11b9afd3f6dc34cb15048af3f87b564f8a6704 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Wed, 20 Nov 2024 21:12:28 +0100 Subject: [PATCH 7/9] Update environment-mini.yml --- .ci_support/environment-mini.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci_support/environment-mini.yml b/.ci_support/environment-mini.yml index 3abcffb34..83244b8f3 100644 --- a/.ci_support/environment-mini.yml +++ b/.ci_support/environment-mini.yml @@ -11,7 +11,7 @@ dependencies: - pyfileindex =0.0.31 - pyiron_dataclasses =0.0.1 - pyiron_snippets =0.1.3 -- executorlib =0.0.4 +- executorlib =0.0.5 - pysqa =0.2.2 - pytables =3.10.1 - sqlalchemy =2.0.36 From d24a81a1b7539ee8778d59aee5da3887a9914690 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Wed, 20 Nov 2024 21:13:52 +0100 Subject: [PATCH 8/9] Update environment.yml --- binder/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binder/environment.yml b/binder/environment.yml index ff8141565..a1e386b07 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -17,7 +17,7 @@ dependencies: - pyfileindex =0.0.31 - pyiron_dataclasses =0.0.1 - pyiron_snippets =0.1.4 -- executorlib =0.0.4 +- executorlib =0.0.5 - pysqa =0.2.2 - pytables =3.10.1 - sqlalchemy =2.0.36 From 95b1fd0c3e4c78825f4fff5fbc05022d35f05021 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Wed, 20 Nov 2024 21:14:31 +0100 Subject: [PATCH 9/9] Update environment-docs.yml --- .ci_support/environment-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci_support/environment-docs.yml b/.ci_support/environment-docs.yml index 9fcac08ba..56282f64d 100644 --- a/.ci_support/environment-docs.yml +++ b/.ci_support/environment-docs.yml @@ -20,7 +20,7 @@ dependencies: - pyfileindex =0.0.31 - pyiron_dataclasses =0.0.1 - pyiron_snippets =0.1.4 -- executorlib =0.0.4 +- executorlib =0.0.5 - pysqa =0.2.2 - pytables =3.10.1 - sqlalchemy =2.0.36