From 6a0bca67be616d027768b22d771711d6e0257e0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Aug 2024 20:16:46 +1200 Subject: [PATCH] Bump urllib3 from 2.2.1 to 2.2.2 in /TriagerXServer (#898) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- TriagerXServer/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TriagerXServer/requirements.txt b/TriagerXServer/requirements.txt index 9de4bc98..14b5a157 100644 --- a/TriagerXServer/requirements.txt +++ b/TriagerXServer/requirements.txt @@ -57,7 +57,7 @@ typer==0.12.3 typing_extensions==4.12.2 ujson==5.10.0 uritemplate==4.1.1 -urllib3==2.2.1 +urllib3==2.2.2 uvicorn==0.30.1 uvloop==0.19.0 watchfiles==0.22.0