From c8780429e98a839cab5ce8acbbb2390054ff6432 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 03:57:14 +0000 Subject: [PATCH 1/2] Bump pyzmq from 25.0.1 to 25.0.2 Bumps [pyzmq](https://github.com/zeromq/pyzmq) from 25.0.1 to 25.0.2. - [Release notes](https://github.com/zeromq/pyzmq/releases) - [Commits](https://github.com/zeromq/pyzmq/compare/v25.0.1...v25.0.2) --- updated-dependencies: - dependency-name: pyzmq 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 180a44e2..3951fafa 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ keywords='lammps, mpi4py', packages=find_packages(exclude=["*tests*"]), install_requires=[ - 'mpi4py==3.1.4', "pyzmq==25.0.1" + 'mpi4py==3.1.4', "pyzmq==25.0.2" ], cmdclass=versioneer.get_cmdclass(), ) From 74bcd96ce3d98d60060bfdc54d389a2bc21f4130 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 03:57:29 +0000 Subject: [PATCH 2/2] [dependabot skip] Update environment --- .ci_support/environment-mpich.yml | 2 +- .ci_support/environment-openmpi.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci_support/environment-mpich.yml b/.ci_support/environment-mpich.yml index 022cb4fa..5c9ce988 100644 --- a/.ci_support/environment-mpich.yml +++ b/.ci_support/environment-mpich.yml @@ -10,4 +10,4 @@ dependencies: - numpy - distributed - dask-jobqueue - - pyzmq =25.0.1 \ No newline at end of file + - pyzmq =25.0.2 \ No newline at end of file diff --git a/.ci_support/environment-openmpi.yml b/.ci_support/environment-openmpi.yml index 1cd1f93b..c8df9a74 100644 --- a/.ci_support/environment-openmpi.yml +++ b/.ci_support/environment-openmpi.yml @@ -10,4 +10,4 @@ dependencies: - numpy - distributed - dask-jobqueue - - pyzmq =25.0.1 \ No newline at end of file + - pyzmq =25.0.2 \ No newline at end of file