Bump faker from 37.4.0 to 37.4.2

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

---
updated-dependencies:
- dependency-name: faker
  dependency-version: 37.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-07-15 21:38:58 +00:00
committed by GitHub
parent 964b48a23d
commit bc537e375d
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -1398,14 +1398,14 @@ tests = ["coverage", "coveralls", "dill", "mock", "nose"]
[[package]]
name = "faker"
version = "37.4.0"
version = "37.4.2"
description = "Faker is a Python package that generates fake data for you."
optional = false
python-versions = ">=3.9"
groups = ["main"]
files = [
{file = "faker-37.4.0-py3-none-any.whl", hash = "sha256:cb81c09ebe06c32a10971d1bbdb264bb0e22b59af59548f011ac4809556ce533"},
{file = "faker-37.4.0.tar.gz", hash = "sha256:7f69d579588c23d5ce671f3fa872654ede0e67047820255f43a4aa1925b89780"},
{file = "faker-37.4.2-py3-none-any.whl", hash = "sha256:b70ed1af57bfe988cbcd0afd95f4768c51eaf4e1ce8a30962e127ac5c139c93f"},
{file = "faker-37.4.2.tar.gz", hash = "sha256:8e281bbaea30e5658895b8bea21cc50d27aaf3a43db3f2694409ca5701c56b0a"},
]
[package.dependencies]
@@ -5513,4 +5513,4 @@ cffi = ["cffi (>=1.11)"]
[metadata]
lock-version = "2.1"
python-versions = "^3.12.9"
content-hash = "9e2e7f4705518f66c73036501c38ef3fef931ec5bde7e22c01947bdf9e21d3c0"
content-hash = "3596df2d9d40cdbbb09c6823515f24f0171f12ea06e39c96f243554ab5909997"

View File

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