From c70bc7c2c5ad6547059b8bc8172bb525242f0ff7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 22:37:58 +0000 Subject: [PATCH] Bump faker from 37.12.0 to 38.0.0 Bumps [faker](https://github.com/joke2k/faker) from 37.12.0 to 38.0.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.12.0...v38.0.0) --- updated-dependencies: - dependency-name: faker dependency-version: 38.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2400f489a..f78b4714f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1456,14 +1456,14 @@ tests = ["coverage", "coveralls", "dill", "mock", "nose"] [[package]] name = "faker" -version = "37.12.0" +version = "38.0.0" description = "Faker is a Python package that generates fake data for you." optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" groups = ["main"] files = [ - {file = "faker-37.12.0-py3-none-any.whl", hash = "sha256:afe7ccc038da92f2fbae30d8e16d19d91e92e242f8401ce9caf44de892bab4c4"}, - {file = "faker-37.12.0.tar.gz", hash = "sha256:7505e59a7e02fa9010f06c3e1e92f8250d4cfbb30632296140c2d6dbef09b0fa"}, + {file = "faker-38.0.0-py3-none-any.whl", hash = "sha256:ad4ea6fbfaac2a75d92943e6a79c81f38ecff92378f6541dea9a677ec789a5b2"}, + {file = "faker-38.0.0.tar.gz", hash = "sha256:797aa03fa86982dfb6206918acc10ebf3655bdaa89ddfd3e668d7cc69537331a"}, ] [package.dependencies] @@ -5957,4 +5957,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 = "3a54f104e9a9eda6b6f1e880692ff1cd5fe1dd77536af04651fd8806fcdbd014" +content-hash = "f6cebd440fd0c96ca00b4a6fb8f8406f0956f904f45220b3f0a66c07c76fa9f8" diff --git a/pyproject.toml b/pyproject.toml index b810a2cca..ed21b93f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ pyjwt = "==2.10.1" python-dotenv = "==1.2.1" sqlalchemy = "==2.0.44" werkzeug = "^3.0.6" -faker = "^37.12.0" +faker = "^38.0.0" async-timeout = "^5.0.1" bleach = "^6.3.0" geojson = "^3.2.0"