From 8b46935afec9d08eb1162ac0bcf55051ff9e61cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 22:17:16 +0000 Subject: [PATCH] Bump requests from 2.21.0 to 2.31.0 in /docker/torch-notebook Bumps [requests](https://github.com/psf/requests) from 2.21.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.21.0...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/torch-notebook/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/torch-notebook/requirements.txt b/docker/torch-notebook/requirements.txt index c63a004..a389dc7 100644 --- a/docker/torch-notebook/requirements.txt +++ b/docker/torch-notebook/requirements.txt @@ -3,7 +3,7 @@ Pillow==5.3.0 Flask==1.0.2 numpy==1.16.2 pandas==0.24.2 -requests==2.21.0 +requests==2.31.0 vertica-python==0.9.0 scrapy==1.6.0 psycopg2-binary