From 538b9477e5e852efb24e52a5e67e6d2059580972 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 11:33:40 +0000 Subject: [PATCH 1/5] Bump tqdm from 4.66.2 to 4.66.4 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.2 to 4.66.4. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.2...v4.66.4) --- updated-dependencies: - dependency-name: tqdm 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 ed333c797..aa6986fa0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ "pysqa==0.1.19", "sqlalchemy==2.0.30", "tables==3.9.2", - "tqdm==4.66.2", + "tqdm==4.66.4", "traitlets==5.14.3", ] dynamic = ["version"] From 77502ac27638745610777db8b1297b6ffa60a0a2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 11:43:14 +0000 Subject: [PATCH 2/5] [dependabot skip] Update environment --- .ci_support/environment-docs.yml | 2 +- .ci_support/environment.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci_support/environment-docs.yml b/.ci_support/environment-docs.yml index 8a2f7db55..7cb8d4efe 100644 --- a/.ci_support/environment-docs.yml +++ b/.ci_support/environment-docs.yml @@ -20,6 +20,6 @@ dependencies: - pysqa =0.1.19 - pytables =3.9.2 - sqlalchemy =2.0.30 -- tqdm =4.66.2 +- tqdm =4.66.4 - traitlets =5.14.3 - jupyter-book =1.0.0 \ No newline at end of file diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index c43244df8..d4d632df2 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -20,5 +20,5 @@ dependencies: - pysqa =0.1.19 - pytables =3.9.2 - sqlalchemy =2.0.30 -- tqdm =4.66.2 +- tqdm =4.66.4 - traitlets =5.14.3 From 164e70a65306bd9668b8c9b9f4a92a086240d5be Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Sat, 11 May 2024 14:05:26 -0500 Subject: [PATCH 3/5] Update environment-docs.yml --- .ci_support/environment-docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci_support/environment-docs.yml b/.ci_support/environment-docs.yml index 7cb8d4efe..89a102d1f 100644 --- a/.ci_support/environment-docs.yml +++ b/.ci_support/environment-docs.yml @@ -16,10 +16,10 @@ dependencies: - pint =0.23 - psutil =5.9.8 - pyfileindex =0.0.24 -- pympipool =0.8.1 +- pympipool =0.8.2 - pysqa =0.1.19 - pytables =3.9.2 - sqlalchemy =2.0.30 - tqdm =4.66.4 - traitlets =5.14.3 -- jupyter-book =1.0.0 \ No newline at end of file +- jupyter-book =1.0.0 From 25c7c783a3f2abd9a62088526494bce1c7ce73cd Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Sat, 11 May 2024 14:05:38 -0500 Subject: [PATCH 4/5] 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 d4d632df2..f33134d8e 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -16,7 +16,7 @@ dependencies: - pint =0.23 - psutil =5.9.8 - pyfileindex =0.0.24 -- pympipool =0.8.1 +- pympipool =0.8.2 - pysqa =0.1.19 - pytables =3.9.2 - sqlalchemy =2.0.30 From 8381521a5f37ffd81d546ed0785786fc8a6729da Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Sat, 11 May 2024 14:05:53 -0500 Subject: [PATCH 5/5] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aa6986fa0..250b1ffa8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "pint==0.23", "psutil==5.9.8", "pyfileindex==0.0.24", - "pympipool==0.8.1", + "pympipool==0.8.2", "pysqa==0.1.19", "sqlalchemy==2.0.30", "tables==3.9.2",