From 81d201b51e1310df8d71d56c594f2c1237637378 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 21:27:39 +0000 Subject: [PATCH] build(deps): bump requests from 2.28.2 to 2.31.0 Bumps [requests](https://github.com/psf/requests) from 2.28.2 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.2...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7eb1978..b4573c8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ mwclient==0.10.1 oauthlib==3.2.2 -requests==2.28.2 +requests==2.31.0 requests-oauthlib==1.3.1 six==1.16.0 urllib3==1.26.15