From 2a15c271aee3f03be9ba24e5ea5e9f6ccf46695e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 05:18:16 +0000 Subject: [PATCH] Bump requests from 2.28.1 to 2.31.0 in /Samples/Tutorials/Embeddings Bumps [requests](https://github.com/psf/requests) from 2.28.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.28.1...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Samples/Tutorials/Embeddings/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Samples/Tutorials/Embeddings/requirements.txt b/Samples/Tutorials/Embeddings/requirements.txt index 46fc797..62b308b 100644 --- a/Samples/Tutorials/Embeddings/requirements.txt +++ b/Samples/Tutorials/Embeddings/requirements.txt @@ -26,7 +26,7 @@ python-dateutil==2.8.2 pytz==2022.6 PyYAML==6.0 regex==2022.10.31 -requests==2.28.1 +requests==2.31.0 scikit-learn==1.1.3 scipy==1.9.3 six==1.16.0