Bump faker from 37.6.0 to 37.8.0 (#1973)

Bumps [faker](https://github.com/joke2k/faker) from 37.6.0 to 37.8.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.6.0...v37.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-09-15 18:39:25 -04:00
committed by GitHub
parent 3807847dac
commit 864bc8acd3
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -1372,14 +1372,14 @@ tests = ["coverage", "coveralls", "dill", "mock", "nose"]
[[package]]
name = "faker"
version = "37.6.0"
version = "37.8.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.6.0-py3-none-any.whl", hash = "sha256:3c5209b23d7049d596a51db5d76403a0ccfea6fc294ffa2ecfef6a8843b1e6a7"},
{file = "faker-37.6.0.tar.gz", hash = "sha256:0f8cc34f30095184adf87c3c24c45b38b33ad81c35ef6eb0a3118f301143012c"},
{file = "faker-37.8.0-py3-none-any.whl", hash = "sha256:b08233118824423b5fc239f7dd51f145e7018082b4164f8da6a9994e1f1ae793"},
{file = "faker-37.8.0.tar.gz", hash = "sha256:090bb5abbec2b30949a95ce1ba6b20d1d0ed222883d63483a0d4be4a970d6fb8"},
]
[package.dependencies]
@@ -5685,4 +5685,4 @@ cffi = ["cffi (>=1.17) ; python_version >= \"3.13\" and platform_python_implemen
[metadata]
lock-version = "2.1"
python-versions = "^3.13.2"
content-hash = "9b6d15dc86c70637f2a5d0c705f4c4cda2f4d4d7176af582ea66c51db5fcb171"
content-hash = "dcc8352953ad18b3515b437b39e8ff47e6f6737a1eb0ef0d8111f72843faddb8"

View File

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