Merge pull request #2064 from GSA/dependabot/pip/faker-37.12.0

Bump faker from 37.11.0 to 37.12.0
This commit is contained in:
ccostino
2025-10-27 08:27:38 -04:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -1452,14 +1452,14 @@ tests = ["coverage", "coveralls", "dill", "mock", "nose"]
[[package]]
name = "faker"
version = "37.11.0"
version = "37.12.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.11.0-py3-none-any.whl", hash = "sha256:1508d2da94dfd1e0087b36f386126d84f8583b3de19ac18e392a2831a6676c57"},
{file = "faker-37.11.0.tar.gz", hash = "sha256:22969803849ba0618be8eee2dd01d0d9e2cd3b75e6ff1a291fa9abcdb34da5e6"},
{file = "faker-37.12.0-py3-none-any.whl", hash = "sha256:afe7ccc038da92f2fbae30d8e16d19d91e92e242f8401ce9caf44de892bab4c4"},
{file = "faker-37.12.0.tar.gz", hash = "sha256:7505e59a7e02fa9010f06c3e1e92f8250d4cfbb30632296140c2d6dbef09b0fa"},
]
[package.dependencies]
@@ -5926,4 +5926,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt
[metadata]
lock-version = "2.1"
python-versions = "^3.13.2"
content-hash = "e1ba17c41840dd10a0a5df04eb6aec45ef9cd3f9da4db1b7144f5ae4ce3cb4af"
content-hash = "8cc28554c22a1a4c396981875425734080e07c7144aed1eb573cc565eebdfce1"

View File

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