From 4b7fd026c38cdb9469358a021eee9a40e7139c31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 05:28:29 +0000 Subject: [PATCH] Update faker requirement from ~=33.3.0 to ~=33.3.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/v33.3.0...v33.3.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 36524e18..b1c93289 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ joblib~=1.3.2 matplotlib~=3.10.0 xgboost~=2.1.3 scikit-learn~=1.6.0 -Faker~=33.3.0 +Faker~=33.3.1 networkx~=3.2.1 numpy~=2.2.1 plotly~=5.24.1