Bump faker from 37.4.2 to 37.5.3 (#1880)

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

---
updated-dependencies:
- dependency-name: faker
  dependency-version: 37.5.3
  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-07-31 09:18:06 -04:00
committed by GitHub
parent 79bf6dba09
commit c7ea96e6c2
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -1358,14 +1358,14 @@ tests = ["coverage", "coveralls", "dill", "mock", "nose"]
[[package]]
name = "faker"
version = "37.4.2"
version = "37.5.3"
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.2-py3-none-any.whl", hash = "sha256:b70ed1af57bfe988cbcd0afd95f4768c51eaf4e1ce8a30962e127ac5c139c93f"},
{file = "faker-37.4.2.tar.gz", hash = "sha256:8e281bbaea30e5658895b8bea21cc50d27aaf3a43db3f2694409ca5701c56b0a"},
{file = "faker-37.5.3-py3-none-any.whl", hash = "sha256:386fe9d5e6132a915984bf887fcebcc72d6366a25dd5952905b31b141a17016d"},
{file = "faker-37.5.3.tar.gz", hash = "sha256:8315d8ff4d6f4f588bd42ffe63abd599886c785073e26a44707e10eeba5713dc"},
]
[package.dependencies]
@@ -5671,4 +5671,4 @@ cffi = ["cffi (>=1.11)"]
[metadata]
lock-version = "2.1"
python-versions = "^3.12.9"
content-hash = "c0ee51042f1fef87b68149143209de5c30ade23b2cf5e438f75e34b94a76f18c"
content-hash = "c76c4cacee15d74e073efe41ee7a09347330a7d9cb2c9b06cdc83fbcdb291d9f"

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.2"
faker = "^37.5.3"
async-timeout = "^5.0.1"
bleach = "^6.1.0"
geojson = "^3.2.0"