From 50340020ab74cd1c7972a995c3d390ffecad39c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 00:52:05 +0000 Subject: [PATCH] build(deps): bump urllib3 from 2.0.5 to 2.0.7 in /api Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.5 to 2.0.7. - [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/v2.0.5...2.0.7) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 50081e95..25915f59 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -60,6 +60,6 @@ sqlparse==0.4.4 typing_extensions==4.8.0 Unidecode==1.3.7 uritemplate==4.1.1 -urllib3==2.0.5 +urllib3==2.0.7 watchdog==3.0.0 whitenoise==6.6.0