From 57088814e68c47bf17b80fe332418f53e6c443b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 21:13:03 +0000 Subject: [PATCH] Bump requests from 2.18.4 to 2.31.0 in /NDBMigration/Utilities Bumps [requests](https://github.com/psf/requests) from 2.18.4 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.18.4...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- NDBMigration/Utilities/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NDBMigration/Utilities/requirements.txt b/NDBMigration/Utilities/requirements.txt index b7aff1c..f551452 100644 --- a/NDBMigration/Utilities/requirements.txt +++ b/NDBMigration/Utilities/requirements.txt @@ -1,5 +1,5 @@ pexpect==4.6.0 pyyaml==3.12 -Requests==2.18.4 +Requests==2.31.0 ExScript==2.5.7 configobj==5.0.6