From c2aef12ee481c4faa09630004e9bfcb1e1a8cb6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 03:15:41 +0000 Subject: [PATCH] Bump pyzmq from 22.0.3 to 25.0.0 Bumps [pyzmq](https://github.com/zeromq/pyzmq) from 22.0.3 to 25.0.0. - [Release notes](https://github.com/zeromq/pyzmq/releases) - [Commits](https://github.com/zeromq/pyzmq/compare/v22.0.3...v25.0.0) --- updated-dependencies: - dependency-name: pyzmq dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- docs_requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs_requirements.txt b/docs_requirements.txt index cb089fec6e8f..7e7c7c428cf1 100644 --- a/docs_requirements.txt +++ b/docs_requirements.txt @@ -56,7 +56,7 @@ PyVISA-sim==0.4.0 pywin32==300; sys_platform == 'win32' pywinpty==0.5.7; sys_platform == 'win32' PyYAML==5.4.1 -pyzmq==22.0.3 +pyzmq==25.0.0 qtconsole==5.0.2 QtPy==1.9.0 requests==2.25.1 diff --git a/requirements.txt b/requirements.txt index 6564de12ab57..4b044daa530a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -65,7 +65,7 @@ pytz~=2021.1 PyVISA~=1.11.3 pywin32==300; sys_platform == 'win32' pywinpty~=0.5.7; sys_platform == 'win32' -pyzmq~=22.0.3 +pyzmq~=25.0.0 requests~=2.25.1 requirements-parser~=0.2.0 rsa~=4.7