From f9ba15704f3d0ca3510c61bfe12a09ede036411c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 23:11:41 +0000 Subject: [PATCH] Bump urllib3 from 2.2.1 to 2.2.2 in /backend 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: indirect ... Signed-off-by: dependabot[bot] --- backend/requirements-dev.txt | 4 ++-- backend/requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/requirements-dev.txt b/backend/requirements-dev.txt index 9546fc80..2c0e439e 100644 --- a/backend/requirements-dev.txt +++ b/backend/requirements-dev.txt @@ -103,7 +103,7 @@ et-xmlfile==1.1.0 # openpyxl executing==2.0.1 # via stack-data -faker==24.2.1 +faker==24.4.0 # via -r requirements-dev.in flake8==7.0.0 # via pytest-flake8 @@ -275,7 +275,7 @@ uritemplate==4.1.1 # via # -r requirements.txt # drf-spectacular -urllib3==2.2.1 +urllib3==2.2.2 # via # -r requirements.txt # botocore diff --git a/backend/requirements.txt b/backend/requirements.txt index 42f97991..3a0b8638 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -137,7 +137,7 @@ typing-extensions==4.10.0 # via dj-database-url uritemplate==4.1.1 # via drf-spectacular -urllib3==2.2.1 +urllib3==2.2.2 # via botocore wcwidth==0.2.13 # via blessed