From f57d2b4dc42f7349bcb93b763f5b589a8e307d85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 23:30:09 +0000 Subject: [PATCH] Bump requests from 2.25.1 to 2.31.0 in /docker/lab/files Bumps [requests](https://github.com/psf/requests) from 2.25.1 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.25.1...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/lab/files/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/lab/files/requirements.txt b/docker/lab/files/requirements.txt index 2c713151f..dc8697ff8 100644 --- a/docker/lab/files/requirements.txt +++ b/docker/lab/files/requirements.txt @@ -6,5 +6,5 @@ numpy==1.19.5 cython==0.29.32 xgboost==1.6.2 simplejson==3.17.2 -requests==2.25.1 +requests==2.31.0 joblib==1.2.0