From dd2c4538b25d77901a5e4123cb861245019a8e54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 02:27:58 +0000 Subject: [PATCH] Bump faker from 23.3.0 to 24.1.0 Bumps [faker](https://github.com/joke2k/faker) from 23.3.0 to 24.1.0. - [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/v23.3.0...v24.1.0) --- updated-dependencies: - dependency-name: faker dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0ced247..f22a8ca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ psycopg2==2.9.9 python-dotenv==1.0.1 SQLAlchemy==2.0.27 -faker==23.3.0 +faker==24.1.0 pandas==2.2.1