Merge pull request #984 from GSA/dependabot/pip/faker-25.2.0

Bump faker from 25.1.0 to 25.2.0
This commit is contained in:
Carlo Costino
2024-05-14 13:10:56 -04:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -1241,13 +1241,13 @@ tests = ["coverage", "coveralls", "dill", "mock", "nose"]
[[package]]
name = "faker"
version = "25.1.0"
version = "25.2.0"
description = "Faker is a Python package that generates fake data for you."
optional = false
python-versions = ">=3.8"
files = [
{file = "Faker-25.1.0-py3-none-any.whl", hash = "sha256:24e28dce0b89683bb9e017e042b971c8c4909cff551b6d46f1e207674c7c2526"},
{file = "Faker-25.1.0.tar.gz", hash = "sha256:2107618cf306bb188dcfea3e5cfd94aa92d65c7293a2437c1e96a99c83274755"},
{file = "Faker-25.2.0-py3-none-any.whl", hash = "sha256:cfe97c4857c4c36ee32ea4aaabef884895992e209bae4cbd26807cf3e05c6918"},
{file = "Faker-25.2.0.tar.gz", hash = "sha256:45b84f47ff1ef86e3d1a8d11583ca871ecf6730fad0660edadc02576583a2423"},
]
[package.dependencies]
@@ -4815,4 +4815,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "^3.12.2"
content-hash = "1a02dcc6b7781892e503f1a7eeed975970974243e94d2a3afaec9b6a8369f08c"
content-hash = "1210f9b0a4fb3a7d0e8f29bc2a37fad77b042a1cec1721e8e3608bb280658f3f"

View File

@@ -49,7 +49,7 @@ pyjwt = "==2.8.0"
python-dotenv = "==1.0.1"
sqlalchemy = "==2.0.30"
werkzeug = "^3.0.3"
faker = "^25.1.0"
faker = "^25.2.0"
[tool.poetry.group.dev.dependencies]