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] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-11-12 22:37:58 +00:00
committed by GitHub
parent 49996234de
commit c70bc7c2c5
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@@ -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"

View File

@@ -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"