From 54d41ac28fcc7bac7ec4bf08a07ed9d3926c07c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 01:22:36 +0000 Subject: [PATCH] Bump urllib3 from 1.26.17 to 1.26.18 in /mp_tictactoe Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.17 to 1.26.18. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.17...1.26.18) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- mp_tictactoe/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mp_tictactoe/requirements.txt b/mp_tictactoe/requirements.txt index 7ba18194..f1b1949d 100644 --- a/mp_tictactoe/requirements.txt +++ b/mp_tictactoe/requirements.txt @@ -57,7 +57,7 @@ texttable==1.6.3 Transcrypt==3.7.16 typed-ast==1.4.1 typing-extensions==3.7.4.2 -urllib3==1.26.17 +urllib3==1.26.18 visitor==0.1.3 wcwidth==0.1.9 websocket-client==0.57.0