From 563fed30e631f3f5a495758cfbdb3d74e9947fcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 21:06:12 +0000 Subject: [PATCH] Bump urllib3 from 2.0.6 to 2.0.7 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.6 to 2.0.7. - [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/2.0.6...2.0.7) --- updated-dependencies: - dependency-name: urllib3 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 88b8cb0b..a694bcaf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ chardet==5.2.0 # https://urllib3.readthedocs.io/en/latest/user-guide.html#ssl-py2 pyOpenSSL==23.2.0 idna==3.4 -urllib3==2.0.6 # sentry-sdk +urllib3==2.0.7 # sentry-sdk certifi==2023.7.22 # sentry-sdk cryptography==41.0.4 asn1crypto==1.5.0 # for pyOpenSSL