From efc9586f7a5a1ef16a74be7c63f843a220543bd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 05:37:56 +0000 Subject: [PATCH] Update faker requirement from ~=36.1.0 to ~=36.1.1 Updates the requirements on [faker](https://github.com/joke2k/faker) to permit the latest version. - [Release notes](https://github.com/joke2k/faker/releases) - [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) - [Commits](https://github.com/joke2k/faker/compare/v36.1.0...v36.1.1) --- updated-dependencies: - dependency-name: faker dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 32b8de68..6e1a8a95 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ joblib~=1.3.2 matplotlib~=3.10.0 xgboost~=2.1.4 scikit-learn~=1.6.1 -Faker~=36.1.0 +Faker~=36.1.1 networkx~=3.2.1 numpy~=2.2.2 plotly~=6.0.0