diff --git a/poetry.lock b/poetry.lock index 6fd285bda..63a3b1563 100644 --- a/poetry.lock +++ b/poetry.lock @@ -747,17 +747,18 @@ test = ["pytest (>=6)"] [[package]] name = "faker" -version = "25.9.2" +version = "35.2.0" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.8" files = [ - {file = "Faker-25.9.2-py3-none-any.whl", hash = "sha256:7f8cbd179a7351648bea31f53d021a2bdfdeb59e9b830e121a635916615e0ecd"}, - {file = "Faker-25.9.2.tar.gz", hash = "sha256:ca94843600a4089a91394023fef014bb41fee509f8c4beef1530018373e770fb"}, + {file = "Faker-35.2.0-py3-none-any.whl", hash = "sha256:609abe555761ff31b0e5e16f958696e9b65c9224a7ac612ac96bfc2b8f09fe35"}, + {file = "faker-35.2.0.tar.gz", hash = "sha256:28c24061780f83b45d9cb15a72b8f143b09d276c9ff52eb557744b7a89e8ba19"}, ] [package.dependencies] python-dateutil = ">=2.4" +typing-extensions = "*" [[package]] name = "fastapi" @@ -2820,4 +2821,4 @@ sqlite = ["aiosqlite"] [metadata] lock-version = "2.0" python-versions = "^3.8.0" -content-hash = "4624e894d514744fcd3087cde9f1ba07b1150e609db4ae017e54f0c8f61f027f" +content-hash = "0eea148afbc886b147f5369d2cbc09c854b9bcf041fb784173bea4b055ac8208" diff --git a/pyproject.toml b/pyproject.toml index b004f4a4e..b330077de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -129,7 +129,7 @@ pydantic-extra-types = "^2.5.0" watchdog = "<5.0.0" pytest-codspeed = "^2.2.0" mike = "^2.0.0" -faker = ">=24.3,<26.0" +faker = ">=24.3,<36.0" email-validator = "^2.1.1" [build-system]