From aecfe38a6660485aa27ed8053fd464120ecae22c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 12:44:39 -0800 Subject: [PATCH] Bump urllib3 from 2.1.0 to 2.2.2 (#154) Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.1.0 to 2.2.2. - [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.1.0...2.2.2) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index be85bd4..150360a 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -352,7 +352,7 @@ typing-extensions==4.8.0 # pyee (pyproject.toml) # trio-typing # twisted -urllib3==2.1.0 +urllib3==2.2.2 # via # requests # twine