Merge pull request #1671 from GSA/dependabot/pip/faker-37.1.0

Bump faker from 26.3.0 to 37.1.0
This commit is contained in:
Alex Janousek
2025-05-01 10:20:00 -04:00
committed by GitHub
2 changed files with 7 additions and 7 deletions

12
poetry.lock generated
View File

@@ -1381,18 +1381,18 @@ tests = ["coverage", "coveralls", "dill", "mock", "nose"]
[[package]]
name = "faker"
version = "26.3.0"
version = "37.1.0"
description = "Faker is a Python package that generates fake data for you."
optional = false
python-versions = ">=3.8"
python-versions = ">=3.9"
groups = ["main"]
files = [
{file = "Faker-26.3.0-py3-none-any.whl", hash = "sha256:97fe1e7e953dd640ca2cd4dfac4db7c4d2432dd1b7a244a3313517707f3b54e9"},
{file = "Faker-26.3.0.tar.gz", hash = "sha256:7c10ebdf74aaa0cc4fe6ec6db5a71e8598ec33503524bd4b5f4494785a5670dd"},
{file = "faker-37.1.0-py3-none-any.whl", hash = "sha256:dc2f730be71cb770e9c715b13374d80dbcee879675121ab51f9683d262ae9a1c"},
{file = "faker-37.1.0.tar.gz", hash = "sha256:ad9dc66a3b84888b837ca729e85299a96b58fdaef0323ed0baace93c9614af06"},
]
[package.dependencies]
python-dateutil = ">=2.4"
tzdata = "*"
[[package]]
name = "fastjsonschema"
@@ -5330,4 +5330,4 @@ propcache = ">=0.2.1"
[metadata]
lock-version = "2.1"
python-versions = "^3.12.2"
content-hash = "67672d8f51aa896d11154ba4f49087ef3c6372284f41c660e82be867ba184c0d"
content-hash = "b106a3fce6dc2b924ade19f288539e6f1e2b046f3373e6181ed9fcbc4d828bbe"

View File

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