From 5254027cfb073635782d6c7dd7c74099719c916c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 06:24:08 +0000 Subject: [PATCH 1/2] --- updated-dependencies: - dependency-name: requests dependency-type: indirect ... Signed-off-by: dependabot[bot] --- backend/requirements-dev.txt | 6 ++---- backend/requirements.txt | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/backend/requirements-dev.txt b/backend/requirements-dev.txt index faf4229f0..fee7b551f 100644 --- a/backend/requirements-dev.txt +++ b/backend/requirements-dev.txt @@ -28,9 +28,7 @@ charset-normalizer==3.3.2 click==8.1.7 # via pip-tools coverage[toml]==7.4.4 - # via - # coverage - # pytest-cov + # via pytest-cov distlib==0.3.8 # via virtualenv django==4.2.11 @@ -142,7 +140,7 @@ referencing==0.30.2 # -r requirements.txt # jsonschema # jsonschema-specifications -requests==2.31.0 +requests==2.32.0 # via # -r requirements.txt # djangorestframework-stubs diff --git a/backend/requirements.txt b/backend/requirements.txt index e13905678..0a40235fb 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -68,7 +68,7 @@ referencing==0.30.2 # via # jsonschema # jsonschema-specifications -requests==2.31.0 +requests==2.32.0 # via djangorestframework-stubs rpds-py==0.12.0 # via From 13a917295ab166eca417d782a40045ea0707584a Mon Sep 17 00:00:00 2001 From: Andrew Tavis McAllister Date: Wed, 22 May 2024 22:13:02 +0200 Subject: [PATCH 2/2] Run requirements scripts to update dev dependencies --- backend/requirements-dev.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/backend/requirements-dev.txt b/backend/requirements-dev.txt index fee7b551f..24b25b62f 100644 --- a/backend/requirements-dev.txt +++ b/backend/requirements-dev.txt @@ -28,7 +28,9 @@ charset-normalizer==3.3.2 click==8.1.7 # via pip-tools coverage[toml]==7.4.4 - # via pytest-cov + # via + # coverage + # pytest-cov distlib==0.3.8 # via virtualenv django==4.2.11