From 994155c41ae6fbc8d529987ab1f2530f4cd57c50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 04:46:32 +0000 Subject: [PATCH 1/2] Bump sqlalchemy from 2.0.34 to 2.0.35 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.34 to 2.0.35. - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) --- updated-dependencies: - dependency-name: sqlalchemy 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 c8af48c22..d67a7b240 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "pyfileindex==0.0.28", "pyiron_snippets==0.1.4", "pysqa==0.1.21", - "sqlalchemy==2.0.34", + "sqlalchemy==2.0.35", "tables==3.10.1", "tqdm==4.66.5", "traitlets==5.14.3", From de6ce8d1e7042aa0db318d284ad1185d2bfa079d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 04:46:51 +0000 Subject: [PATCH 2/2] [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 fd3629069..6f25a61a4 100644 --- a/.ci_support/environment-docs.yml +++ b/.ci_support/environment-docs.yml @@ -22,7 +22,7 @@ dependencies: - executorlib =0.0.2 - pysqa =0.1.21 - pytables =3.10.1 -- sqlalchemy =2.0.34 +- sqlalchemy =2.0.35 - tqdm =4.66.5 - traitlets =5.14.3 - jupyter-book =1.0.0 diff --git a/.ci_support/environment-mini.yml b/.ci_support/environment-mini.yml index 327b2f04e..97591c58b 100644 --- a/.ci_support/environment-mini.yml +++ b/.ci_support/environment-mini.yml @@ -13,7 +13,7 @@ dependencies: - executorlib =0.0.2 - pysqa =0.1.21 - pytables =3.10.1 -- sqlalchemy =2.0.34 +- sqlalchemy =2.0.35 - tqdm =4.66.5 - traitlets =5.14.3 - setuptools diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 966dcd618..1f3f71816 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -20,6 +20,6 @@ dependencies: - executorlib =0.0.2 - pysqa =0.1.21 - pytables =3.10.1 -- sqlalchemy =2.0.34 +- sqlalchemy =2.0.35 - tqdm =4.66.5 - traitlets =5.14.3 diff --git a/binder/environment.yml b/binder/environment.yml index f01878b60..d5d9207bf 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -19,6 +19,6 @@ dependencies: - executorlib =0.0.2 - pysqa =0.1.21 - pytables =3.10.1 -- sqlalchemy =2.0.34 +- sqlalchemy =2.0.35 - tqdm =4.66.5 - traitlets =5.14.3