From 5ec60615573b070c28c553274eb3863bf4e5b383 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 18:49:05 +0000 Subject: [PATCH] Bump gevent from 1.1.2 to 23.9.1 in /src/config/device-manager Bumps [gevent](https://github.com/gevent/gevent) from 1.1.2 to 23.9.1. - [Release notes](https://github.com/gevent/gevent/releases) - [Changelog](https://github.com/gevent/gevent/blob/master/docs/changelog_1_1.rst) - [Commits](https://github.com/gevent/gevent/compare/v1.1.2...23.9.1) --- updated-dependencies: - dependency-name: gevent dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/config/device-manager/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/device-manager/requirements.txt b/src/config/device-manager/requirements.txt index a23ed4b21..16995ce81 100644 --- a/src/config/device-manager/requirements.txt +++ b/src/config/device-manager/requirements.txt @@ -1,6 +1,6 @@ lxml>=2.3.3 gevent==1.1.2; python_version=='2.7' -gevent==1.3; python_version > '2.7' +gevent==23.9.1; python_version > '2.7' geventhttpclient==1.3.1 netaddr>=0.7.5 bitarray>=0.8.0