From eb9dd6c5e8d968ffbbdda5e8c375623067ce55b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 02:24:27 +0000 Subject: [PATCH] Bump faker from 25.2.0 to 25.3.0 Bumps [faker](https://github.com/joke2k/faker) from 25.2.0 to 25.3.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/v25.2.0...v25.3.0) --- updated-dependencies: - dependency-name: faker dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 689fa8d..4778185 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ psycopg2==2.9.9 python-dotenv==1.0.1 SQLAlchemy==2.0.29 -faker==25.2.0 +faker==25.3.0 pandas==2.2.2