From 11d2f9ca6549c42e19b3b43e1ca2cb3a383cecca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 May 2023 01:08:28 +0000 Subject: [PATCH] Bump pyzmq from 2.1.11 to 25.1.0 Bumps [pyzmq](https://github.com/zeromq/pyzmq) from 2.1.11 to 25.1.0. - [Release notes](https://github.com/zeromq/pyzmq/releases) - [Commits](https://github.com/zeromq/pyzmq/compare/v2.1.11...v25.1.0) --- updated-dependencies: - dependency-name: pyzmq dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/zeromq.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/zeromq.txt b/requirements/zeromq.txt index d08fde24..716b80ce 100644 --- a/requirements/zeromq.txt +++ b/requirements/zeromq.txt @@ -1,2 +1,2 @@ -r base.txt -pyzmq==2.1.11 \ No newline at end of file +pyzmq==25.1.0 \ No newline at end of file