From a5e04de24209bf6e58a33db0b1ae77ebee345f26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 06:03:24 +0000 Subject: [PATCH] chore(pip-prod)(deps): bump urllib3 from 2.2.1 to 2.2.2 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.1 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.2.1...2.2.2) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 61a5569..147e69c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ pyreadline3==3.4.1 ; sys_platform == "win32" and python_full_version == "3.11.2" requests-toolbelt==1.0.0 requests==2.32.3 sentry-sdk==2.5.1 -urllib3==2.2.1 +urllib3==2.2.2 webex-bot==0.5.1 webexteamssdk==1.6.1 websockets==11.0.3 -- 2.45.2