From 6b77883deaa14d405b01ec0b4bfa785d747c4cbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 23:13:23 +0000 Subject: [PATCH] Build(deps): Bump requests in /django/gameschat/gameschat-without-talkjs Bumps [requests](https://github.com/psf/requests) from 2.22.0 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.22.0...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- django/gameschat/gameschat-without-talkjs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/gameschat/gameschat-without-talkjs/requirements.txt b/django/gameschat/gameschat-without-talkjs/requirements.txt index 02d3b236..b4e00e0c 100644 --- a/django/gameschat/gameschat-without-talkjs/requirements.txt +++ b/django/gameschat/gameschat-without-talkjs/requirements.txt @@ -20,7 +20,7 @@ pylint==2.3.1 pylint-django==2.0.11 pylint-plugin-utils==0.5 pytz==2019.2 -requests==2.22.0 +requests==2.31.0 six==1.12.0 sqlparse==0.4.4 typed-ast==1.4.0