From 57ebf572536be93aa48bf9c7f1d51103467a11e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 May 2023 21:32:22 +0000 Subject: [PATCH] Bump requests from 2.20.0 to 2.31.0 in /deploy-agent Bumps [requests](https://github.com/psf/requests) from 2.20.0 to 2.31.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.20.0...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- deploy-agent/setup.py | 2 +- deploy-agent/thirdparty/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy-agent/setup.py b/deploy-agent/setup.py index db452f61a2..13c1b8108c 100644 --- a/deploy-agent/setup.py +++ b/deploy-agent/setup.py @@ -24,7 +24,7 @@ 'deploy-stager = deployd.staging.stager:main'] install_requires = [ - "requests==2.20.0", + "requests==2.31.0", "gevent>=1.0.2,<=1.2.2; python_version < '3'", "gevent>=1.0.2,<=1.5.0; python_version >= '3'", "lockfile==0.10.2", diff --git a/deploy-agent/thirdparty/requirements.txt b/deploy-agent/thirdparty/requirements.txt index 7957ffd06b..914d7e8d86 100644 --- a/deploy-agent/thirdparty/requirements.txt +++ b/deploy-agent/thirdparty/requirements.txt @@ -4,7 +4,7 @@ configparser==4.0.2 pinlogger==0.53.0 pinstatsd==1.4.6 python-daemon==2.3.2 -requests==2.20.0 +requests==2.31.0 setuptools==54.2.0 strictyaml==1.6.1 zipp==1.2.0