From 134ff85e99d18ff0a8dea7b9ae293e95e837ccfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 21:05:50 +0000 Subject: [PATCH] Bump faker from 37.11.0 to 37.12.0 Bumps [faker](https://github.com/joke2k/faker) from 37.11.0 to 37.12.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.11.0...v37.12.0) --- updated-dependencies: - dependency-name: faker dependency-version: 37.12.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 49b90d30a..c25461a47 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1452,14 +1452,14 @@ tests = ["coverage", "coveralls", "dill", "mock", "nose"] [[package]] name = "faker" -version = "37.11.0" +version = "37.12.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.11.0-py3-none-any.whl", hash = "sha256:1508d2da94dfd1e0087b36f386126d84f8583b3de19ac18e392a2831a6676c57"}, - {file = "faker-37.11.0.tar.gz", hash = "sha256:22969803849ba0618be8eee2dd01d0d9e2cd3b75e6ff1a291fa9abcdb34da5e6"}, + {file = "faker-37.12.0-py3-none-any.whl", hash = "sha256:afe7ccc038da92f2fbae30d8e16d19d91e92e242f8401ce9caf44de892bab4c4"}, + {file = "faker-37.12.0.tar.gz", hash = "sha256:7505e59a7e02fa9010f06c3e1e92f8250d4cfbb30632296140c2d6dbef09b0fa"}, ] [package.dependencies] @@ -5926,4 +5926,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt [metadata] lock-version = "2.1" python-versions = "^3.13.2" -content-hash = "e1ba17c41840dd10a0a5df04eb6aec45ef9cd3f9da4db1b7144f5ae4ce3cb4af" +content-hash = "8cc28554c22a1a4c396981875425734080e07c7144aed1eb573cc565eebdfce1" diff --git a/pyproject.toml b/pyproject.toml index 9a983836a..78d486a90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ pyjwt = "==2.10.1" python-dotenv = "==1.1.1" sqlalchemy = "==2.0.44" werkzeug = "^3.0.6" -faker = "^37.8.0" +faker = "^37.12.0" async-timeout = "^5.0.1" bleach = "^6.1.0" geojson = "^3.2.0"