From 19396c3add3addbaecaaeda87db2c2fe3e7804b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Sep 2024 22:57:46 +0000 Subject: [PATCH] build(deps-dev): bump urllib3 from 2.2.2 to 2.2.3 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.2 to 2.2.3. - [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.2.2...2.2.3) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index bf3b3dc..6b37a8f 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -109,7 +109,7 @@ tomli==2.0.1 # pytest typing-extensions==4.12.2 # via opentelemetry-sdk -urllib3==2.2.2 +urllib3==2.2.3 # via requests wheel==0.44.0 # via pip-tools