From d3f4195aeaba94c5e31b7dc076377d524d524bb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 12:30:23 +0000 Subject: [PATCH 1/2] 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 ddc04349..5531579e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "cloudpickle==3.0.0", "mpi4py==3.1.6", "pyzmq==26.0.2", - "tqdm==4.66.2", + "tqdm==4.66.4", ] dynamic = ["version"] From 9c9a70b0cdde4f6347b4e7fb98aa051eefef9329 Mon Sep 17 00:00:00 2001 From: pyironrunner Date: Fri, 3 May 2024 12:30:41 +0000 Subject: [PATCH 2/2] [dependabot skip] Update environment --- .ci_support/environment-docs.yml | 2 +- .ci_support/environment-mpich.yml | 2 +- .ci_support/environment-openmpi.yml | 2 +- .ci_support/environment-win.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.ci_support/environment-docs.yml b/.ci_support/environment-docs.yml index b07fcece..f9e9d6e3 100644 --- a/.ci_support/environment-docs.yml +++ b/.ci_support/environment-docs.yml @@ -9,7 +9,7 @@ dependencies: - openmpi - cloudpickle =3.0.0 - mpi4py =3.1.6 -- tqdm =4.66.2 +- tqdm =4.66.4 - pyzmq =26.0.2 - flux-core - jupyter-book =1.0.0 diff --git a/.ci_support/environment-mpich.yml b/.ci_support/environment-mpich.yml index 202a3b64..00aa31d3 100644 --- a/.ci_support/environment-mpich.yml +++ b/.ci_support/environment-mpich.yml @@ -6,5 +6,5 @@ dependencies: - mpich - cloudpickle =3.0.0 - mpi4py =3.1.6 -- tqdm =4.66.2 +- tqdm =4.66.4 - pyzmq =26.0.2 diff --git a/.ci_support/environment-openmpi.yml b/.ci_support/environment-openmpi.yml index 3214294c..a6cda9ba 100644 --- a/.ci_support/environment-openmpi.yml +++ b/.ci_support/environment-openmpi.yml @@ -6,5 +6,5 @@ dependencies: - openmpi - cloudpickle =3.0.0 - mpi4py =3.1.6 -- tqdm =4.66.2 +- tqdm =4.66.4 - pyzmq =26.0.2 diff --git a/.ci_support/environment-win.yml b/.ci_support/environment-win.yml index 7551e67a..9c633855 100644 --- a/.ci_support/environment-win.yml +++ b/.ci_support/environment-win.yml @@ -6,5 +6,5 @@ dependencies: - msmpi - cloudpickle =3.0.0 - mpi4py =3.1.6 -- tqdm =4.66.2 +- tqdm =4.66.4 - pyzmq =26.0.2