From 70297c869d4e72f3a396822f883309aba2c9a8f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 00:20:57 +0000 Subject: [PATCH] Bump urllib3 from 2.0.5 to 2.0.6 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.5 to 2.0.6. - [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/v2.0.5...2.0.6) --- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index d203af6..ef6e1d7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,8 +4,6 @@ # # pip-compile # -appnope==0.1.3 - # via ipython asgiref==3.7.2 # via django asttokens==2.4.0 @@ -96,7 +94,7 @@ traitlets==5.10.0 # via # ipython # matplotlib-inline -urllib3==2.0.5 +urllib3==2.0.6 # via sentry-sdk wcwidth==0.2.6 # via prompt-toolkit