From 73f4d5b67e2e5787d52d974b4f6d6cb4a714fdb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 05:15:57 +0000 Subject: [PATCH] chore(deps): bump requests in /Conformity/custom-rule 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] --- Conformity/custom-rule/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Conformity/custom-rule/requirements.txt b/Conformity/custom-rule/requirements.txt index 07263503..ee51acd1 100644 --- a/Conformity/custom-rule/requirements.txt +++ b/Conformity/custom-rule/requirements.txt @@ -4,7 +4,7 @@ docopt==0.6.2 idna==3.4 pipreqs==0.4.11 PyYAML==6.0 -requests==2.28.1 +requests==2.31.0 six==1.16.0 urllib3==1.26.12 yarg==0.1.9