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/3] --- 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 7183d8b39538090088f56746506508fe6039c67e Mon Sep 17 00:00:00 2001 From: Andrew Tavis McAllister Date: Wed, 22 May 2024 22:08:16 +0200 Subject: [PATCH 2/3] Minor ordering of the en-US.json l10n file --- frontend/i18n/en-US.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/i18n/en-US.json b/frontend/i18n/en-US.json index cd5380962..e182d85a4 100644 --- a/frontend/i18n/en-US.json +++ b/frontend/i18n/en-US.json @@ -459,11 +459,11 @@ "pages.about.roadmap.section-1-paragraph-2-4-2": "Feature requests to add new functionality", "pages.about.roadmap.section-1-paragraph-2-4-3": "Bug fixes to help us make a stable experience", "pages.auth.index.auth": "Auth", + "pages.auth.index.where-to-start": "Where would you like to start?", "pages.auth.sign-in.index.enter-user-name": "Enter username", "pages.auth.sign-in.index.no-account": "Don't have an account?", "pages.auth.sign-up.index.enter-user-name": "Enter a username", "pages.auth.sign-up.index.have-account": "Already have an account?", - "pages.auth.index.where-to-start": "Where would you like to start?", "pages.docs.get-active.header": "Discover and get involved", "pages.docs.get-active.modal-image-alt-text": "Mockups that show mobile organization search and web event search on a map.", "pages.docs.get-active.section-1-paragraph-1": "activist has the goal of making finding political events and organizations near you as easy as possible. With each event we want people to have an opportunity to get involved in the organization that's putting it on, and once in an organization we want to make it easy to find what to do next to have the biggest impact.", From 13a917295ab166eca417d782a40045ea0707584a Mon Sep 17 00:00:00 2001 From: Andrew Tavis McAllister Date: Wed, 22 May 2024 22:13:02 +0200 Subject: [PATCH 3/3] 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