From 9a0ebd4de1859f99e94438a46cc872dbb6fbc904 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 23:30:14 +0000 Subject: [PATCH] Bump requests from 2.25.1 to 2.31.0 in /docker/machine/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/machine/files/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/machine/files/requirements.txt b/docker/machine/files/requirements.txt index c2805fa26..d227316bf 100644 --- a/docker/machine/files/requirements.txt +++ b/docker/machine/files/requirements.txt @@ -7,6 +7,6 @@ matplotlib==3.5.3 mlxtend==0.16.0 pydot==1.4.2 simplejson==3.17.2 -requests==2.25.1 +requests==2.31.0 xgboost==1.6.2 joblib==1.2.0