From d2561af9bdf4fd813fc07b419c7bbd952ce8acdb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Mar 2025 20:41:27 +0500 Subject: [PATCH] feat: Upgrade Python dependency faker (#36366) Need to test if the upgrade caused issues Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/repo-tools/upgrade-python-requirements-616aa44` Co-authored-by: huniafatima-99 <171663979+huniafatima-99@users.noreply.github.com> --- requirements/edx/development.txt | 2 +- requirements/edx/testing.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/edx/development.txt b/requirements/edx/development.txt index 08e86e10d4..dab7545775 100644 --- a/requirements/edx/development.txt +++ b/requirements/edx/development.txt @@ -889,7 +889,7 @@ execnet==2.1.1 # pytest-xdist factory-boy==3.3.3 # via -r requirements/edx/testing.txt -faker==36.1.1 +faker==37.0.0 # via # -r requirements/edx/testing.txt # factory-boy diff --git a/requirements/edx/testing.txt b/requirements/edx/testing.txt index 63867244bf..2ffb079061 100644 --- a/requirements/edx/testing.txt +++ b/requirements/edx/testing.txt @@ -687,7 +687,7 @@ execnet==2.1.1 # via pytest-xdist factory-boy==3.3.3 # via -r requirements/edx/testing.in -faker==36.1.1 +faker==37.0.0 # via factory-boy fastapi==0.115.11 # via pact-python