Merge pull request #974 from GSA/dependabot/pip/faker-25.1.0

Bump faker from 24.14.1 to 25.1.0
This commit is contained in:
Carlo Costino
2024-05-08 21:03:34 -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]] [[package]]
name = "faker" name = "faker"
version = "24.14.1" version = "25.1.0"
description = "Faker is a Python package that generates fake data for you." description = "Faker is a Python package that generates fake data for you."
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.8"
files = [ files = [
{file = "Faker-24.14.1-py3-none-any.whl", hash = "sha256:a5edba3aa17a1d689c8907e5b0cd1653079c2466a4807f083aa7b5f80a00225d"}, {file = "Faker-25.1.0-py3-none-any.whl", hash = "sha256:24e28dce0b89683bb9e017e042b971c8c4909cff551b6d46f1e207674c7c2526"},
{file = "Faker-24.14.1.tar.gz", hash = "sha256:380a3697e696ae4fcf50a93a3d9e0286fab7dfbf05a9caa4421fa4727c6b1e89"}, {file = "Faker-25.1.0.tar.gz", hash = "sha256:2107618cf306bb188dcfea3e5cfd94aa92d65c7293a2437c1e96a99c83274755"},
] ]
[package.dependencies] [package.dependencies]
@@ -4798,4 +4798,4 @@ multidict = ">=4.0"
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.12.2" python-versions = "^3.12.2"
content-hash = "2681f379bc024d6d638dec8b203c6e7e6be42e6b53c56360fec9294caca50fcd" content-hash = "24dc6bab18b0fc908b2a90b9046a94becfcafd06c0b6d85937d2bd8fe36f1434"

View File

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