diff --git a/poetry.lock b/poetry.lock index ca8dde032..d933ace7d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1241,13 +1241,13 @@ tests = ["coverage", "coveralls", "dill", "mock", "nose"] [[package]] name = "faker" -version = "24.14.1" +version = "25.1.0" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.8" files = [ - {file = "Faker-24.14.1-py3-none-any.whl", hash = "sha256:a5edba3aa17a1d689c8907e5b0cd1653079c2466a4807f083aa7b5f80a00225d"}, - {file = "Faker-24.14.1.tar.gz", hash = "sha256:380a3697e696ae4fcf50a93a3d9e0286fab7dfbf05a9caa4421fa4727c6b1e89"}, + {file = "Faker-25.1.0-py3-none-any.whl", hash = "sha256:24e28dce0b89683bb9e017e042b971c8c4909cff551b6d46f1e207674c7c2526"}, + {file = "Faker-25.1.0.tar.gz", hash = "sha256:2107618cf306bb188dcfea3e5cfd94aa92d65c7293a2437c1e96a99c83274755"}, ] [package.dependencies] @@ -4798,4 +4798,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.12.2" -content-hash = "2681f379bc024d6d638dec8b203c6e7e6be42e6b53c56360fec9294caca50fcd" +content-hash = "24dc6bab18b0fc908b2a90b9046a94becfcafd06c0b6d85937d2bd8fe36f1434" diff --git a/pyproject.toml b/pyproject.toml index 014ac8062..94cbfc264 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ pyjwt = "==2.8.0" python-dotenv = "==1.0.1" sqlalchemy = "==1.4.40" werkzeug = "^3.0.3" -faker = "^24.4.0" +faker = "^25.1.0" [tool.poetry.group.dev.dependencies]