From 619ed4716c8e91e533b43802ecb1a459627c7172 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 12:40:49 +0000 Subject: [PATCH 1/2] Bump tqdm from 4.65.0 to 4.65.1 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.65.0 to 4.65.1. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.65.0...v4.65.1) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 379b4bb7..11b43be2 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ install_requires=[ 'cloudpickle==2.2.1', 'mpi4py==3.1.4', - 'tqdm==4.65.0', + 'tqdm==4.65.1', 'pyzmq==25.1.0' ], cmdclass=versioneer.get_cmdclass(), From 9590250a86df78730777f939ca3415c5d4286d4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Jan=C3=9Fen?= Date: Tue, 8 Aug 2023 06:45:04 -0600 Subject: [PATCH 2/2] update conda --- .ci_support/environment-mpich.yml | 2 +- .ci_support/environment-openmpi.yml | 2 +- .ci_support/environment-win.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ci_support/environment-mpich.yml b/.ci_support/environment-mpich.yml index 9d2471d1..5adcfcc9 100644 --- a/.ci_support/environment-mpich.yml +++ b/.ci_support/environment-mpich.yml @@ -6,5 +6,5 @@ dependencies: - mpich - cloudpickle =2.2.1 - mpi4py =3.1.4 -- tqdm =4.65.0 +- tqdm =4.65.1 - pyzmq =25.1.0 diff --git a/.ci_support/environment-openmpi.yml b/.ci_support/environment-openmpi.yml index 501bf88c..053f81af 100644 --- a/.ci_support/environment-openmpi.yml +++ b/.ci_support/environment-openmpi.yml @@ -6,5 +6,5 @@ dependencies: - openmpi - cloudpickle =2.2.1 - mpi4py =3.1.4 -- tqdm =4.65.0 +- tqdm =4.65.1 - pyzmq =25.1.0 diff --git a/.ci_support/environment-win.yml b/.ci_support/environment-win.yml index a14be6b7..74616589 100644 --- a/.ci_support/environment-win.yml +++ b/.ci_support/environment-win.yml @@ -6,5 +6,5 @@ dependencies: - msmpi - cloudpickle =2.2.1 - mpi4py =3.1.4 -- tqdm =4.65.0 +- tqdm =4.65.1 - pyzmq =25.1.0