Bump faker from 37.1.0 to 37.3.0

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

---
updated-dependencies:
- dependency-name: faker
  dependency-version: 37.3.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-05-15 16:02:08 +00:00
committed by GitHub
parent b339bbd78c
commit c44ba77313
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -1409,14 +1409,14 @@ tests = ["coverage", "coveralls", "dill", "mock", "nose"]
[[package]]
name = "faker"
version = "37.1.0"
version = "37.3.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.1.0-py3-none-any.whl", hash = "sha256:dc2f730be71cb770e9c715b13374d80dbcee879675121ab51f9683d262ae9a1c"},
{file = "faker-37.1.0.tar.gz", hash = "sha256:ad9dc66a3b84888b837ca729e85299a96b58fdaef0323ed0baace93c9614af06"},
{file = "faker-37.3.0-py3-none-any.whl", hash = "sha256:48c94daa16a432f2d2bc803c7ff602509699fca228d13e97e379cd860a7e216e"},
{file = "faker-37.3.0.tar.gz", hash = "sha256:77b79e7a2228d57175133af0bbcdd26dc623df81db390ee52f5104d46c010f2f"},
]
[package.dependencies]
@@ -5602,4 +5602,4 @@ cffi = ["cffi (>=1.11)"]
[metadata]
lock-version = "2.1"
python-versions = "^3.12.2"
content-hash = "618e098b1091dcf5bddbc453d7b1a0ee7b019c23f4a7a36779e83dffe01b07c3"
content-hash = "89ef802cd88b5ab9bb71d4d5a81457dcf0910e57570118893220b66bd621ad6b"

View File

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