From 0ea4e3eab0924c8995bc476b007d5bbf94190986 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 08:31:24 +0000 Subject: [PATCH] Update urllib3 requirement Updates the requirements on [urllib3](https://github.com/urllib3/urllib3) to permit the latest version. Updates `urllib3` 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 dependency-group: pip ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 57ca938..6e582b7 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -40,7 +40,7 @@ requests_toolbelt = "1.0.0" rsa = "4.7.2" simplejson = "3.17.0" SQLAlchemy = "2.0.21" -urllib3 = "2.2.1" +urllib3 = "2.2.2" uvicorn = "0.30.1" websockets = "11.0.3" numpy = "1.24.2"