Bump faker from 37.3.0 to 37.4.0

Bumps [faker](https://github.com/joke2k/faker) from 37.3.0 to 37.4.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.3.0...v37.4.0)

---
updated-dependencies:
- dependency-name: faker
  dependency-version: 37.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-06-11 21:36:15 +00:00
committed by GitHub
parent eb50ca7554
commit eda0612561
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -1407,14 +1407,14 @@ tests = ["coverage", "coveralls", "dill", "mock", "nose"]
[[package]]
name = "faker"
version = "37.3.0"
version = "37.4.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.3.0-py3-none-any.whl", hash = "sha256:48c94daa16a432f2d2bc803c7ff602509699fca228d13e97e379cd860a7e216e"},
{file = "faker-37.3.0.tar.gz", hash = "sha256:77b79e7a2228d57175133af0bbcdd26dc623df81db390ee52f5104d46c010f2f"},
{file = "faker-37.4.0-py3-none-any.whl", hash = "sha256:cb81c09ebe06c32a10971d1bbdb264bb0e22b59af59548f011ac4809556ce533"},
{file = "faker-37.4.0.tar.gz", hash = "sha256:7f69d579588c23d5ce671f3fa872654ede0e67047820255f43a4aa1925b89780"},
]
[package.dependencies]
@@ -5587,4 +5587,4 @@ cffi = ["cffi (>=1.11)"]
[metadata]
lock-version = "2.1"
python-versions = "^3.12.2"
content-hash = "c965d17cdc92181a8b6cce13218edaf8fae0444a1f0815a7132f305a1b1383a9"
content-hash = "c33fc9597a1f32253ff108478bc201374dd834effbae4b8fbbccc7a5140b3a18"

View File

@@ -47,7 +47,7 @@ pyjwt = "==2.10.1"
python-dotenv = "==1.1.0"
sqlalchemy = "==2.0.41"
werkzeug = "^3.0.6"
faker = "^37.3.0"
faker = "^37.4.0"
async-timeout = "^5.0.1"
bleach = "^6.1.0"
geojson = "^3.2.0"