From 0a0a3d92cdcc1c3b5f679d9064554f1edf6864f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Aug 2025 08:52:04 +0000 Subject: [PATCH] Bump faker from 37.5.3 to 37.6.0 Bumps [faker](https://github.com/joke2k/faker) from 37.5.3 to 37.6.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/v37.5.3...v37.6.0) --- updated-dependencies: - dependency-name: faker dependency-version: 37.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0536247f5..5f95b8506 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1345,14 +1345,14 @@ tests = ["coverage", "coveralls", "dill", "mock", "nose"] [[package]] name = "faker" -version = "37.5.3" +version = "37.6.0" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "faker-37.5.3-py3-none-any.whl", hash = "sha256:386fe9d5e6132a915984bf887fcebcc72d6366a25dd5952905b31b141a17016d"}, - {file = "faker-37.5.3.tar.gz", hash = "sha256:8315d8ff4d6f4f588bd42ffe63abd599886c785073e26a44707e10eeba5713dc"}, + {file = "faker-37.6.0-py3-none-any.whl", hash = "sha256:3c5209b23d7049d596a51db5d76403a0ccfea6fc294ffa2ecfef6a8843b1e6a7"}, + {file = "faker-37.6.0.tar.gz", hash = "sha256:0f8cc34f30095184adf87c3c24c45b38b33ad81c35ef6eb0a3118f301143012c"}, ] [package.dependencies] @@ -5673,4 +5673,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "^3.12.9" -content-hash = "d007819c50fbf59767a8edf3267e3d8e0dae3f148881e2d9e33afd8be274f8e5" +content-hash = "8fa9a5fa5c8ba8aa7875697de3b83f2ae587a8bd941529184933c77a50092e90" diff --git a/pyproject.toml b/pyproject.toml index aaecd2d13..22ec41394 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ pyjwt = "==2.10.1" python-dotenv = "==1.1.1" sqlalchemy = "==2.0.43" werkzeug = "^3.0.6" -faker = "^37.5.3" +faker = "^37.6.0" async-timeout = "^5.0.1" bleach = "^6.1.0" geojson = "^3.2.0"