From f0c8fa2f69e2c723e73913b87c933c85dd89c2f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 11:16:32 +0000 Subject: [PATCH] build(deps-dev): Bump urllib3 from 1.26.19 to 2.2.2 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.19 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/1.26.19...2.2.2) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index c1b26c678..87f8ab394 100644 --- a/setup.cfg +++ b/setup.cfg @@ -66,7 +66,7 @@ dev = pytest-xdist pre-commit>=2.4.0 setuptools>=61 - urllib3==1.26.19 + urllib3==2.2.2 wheel yapf python-semantic-release>=9.8.0