From 2b518843984f4127fa81c60967de8afc6dd8baa2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 22:52:28 +0000 Subject: [PATCH] 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 ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_windows.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a4c947f..f918747 100644 --- a/requirements.txt +++ b/requirements.txt @@ -151,7 +151,7 @@ typing-extensions==4.9.0 # sqlalchemy tzdata==2024.1 # via pandas -urllib3==2.2.1 +urllib3==2.2.2 # via requests uvicorn==0.27.1 watchfiles==0.21.0 diff --git a/requirements_windows.txt b/requirements_windows.txt index 45fab6f..908eae8 100644 --- a/requirements_windows.txt +++ b/requirements_windows.txt @@ -157,7 +157,7 @@ typing-extensions==4.9.0 # sqlalchemy tzdata==2024.1 # via pandas -urllib3==2.2.1 +urllib3==2.2.2 # via requests uv==0.1.10 uvicorn==0.27.1