From 8603513fa2c9069400278010fb1b6d903c161167 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 07:14:31 +0000 Subject: [PATCH] chore(deps): bump requests from 2.30.0 to 2.31.0 in /tests Bumps [requests](https://github.com/psf/requests) from 2.30.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.30.0...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/pyproject.toml | 2 +- tests/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/pyproject.toml b/tests/pyproject.toml index a32130536..3a141fe0b 100644 --- a/tests/pyproject.toml +++ b/tests/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "python-jose==3.3.0", "bottle==0.12.25", "psutil==5.9.5", - "requests==2.30.0", + "requests==2.31.0", "websocket-client==1.5.1", "cryptography==40.0.2", "twisted==22.10.0", diff --git a/tests/requirements.txt b/tests/requirements.txt index 6566c598f..27c90de24 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -5,7 +5,7 @@ botocore==1.29.127 python-jose==3.3.0 bottle==0.12.25 psutil==5.9.5 -requests==2.30.0 +requests==2.31.0 websocket-client==1.5.1 cryptography==40.0.2 twisted==22.10.0