From 9b60ca20af450679a1c6174d02ed8ca9af54d0a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 20:45:39 +0000 Subject: [PATCH] Bump requests in /Graph/apache_logs_security_analysis Bumps [requests](https://github.com/psf/requests) from 2.12.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.12.1...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Graph/apache_logs_security_analysis/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Graph/apache_logs_security_analysis/requirements.txt b/Graph/apache_logs_security_analysis/requirements.txt index 14d41c34..2667f3e4 100644 --- a/Graph/apache_logs_security_analysis/requirements.txt +++ b/Graph/apache_logs_security_analysis/requirements.txt @@ -1,3 +1,3 @@ python-dateutil==2.6.0 -requests==2.12.1 +requests==2.31.0 six==1.10.0