diff --git a/poetry.lock b/poetry.lock index 45cfc839..e10f0885 100644 --- a/poetry.lock +++ b/poetry.lock @@ -919,17 +919,18 @@ test = ["pytest (>=6)"] [[package]] name = "faker" -version = "28.4.1" +version = "30.3.0" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.8" files = [ - {file = "Faker-28.4.1-py3-none-any.whl", hash = "sha256:e59c01d1e8b8e20a83255ab8232c143cb2af3b4f5ab6a3f5ce495f385ad8ab4c"}, - {file = "faker-28.4.1.tar.gz", hash = "sha256:4294d169255a045990720d6f3fa4134b764a4cdf46ef0d3c7553d2506f1adaa1"}, + {file = "Faker-30.3.0-py3-none-any.whl", hash = "sha256:e8a15fd1b0f72992b008f5ea94c70d3baa0cb51b0d5a0e899c17b1d1b23d2771"}, + {file = "faker-30.3.0.tar.gz", hash = "sha256:8760fbb34564fbb2f394345eef24aec5b8f6506b6cfcefe8195ed66dd1032bdb"}, ] [package.dependencies] python-dateutil = ">=2.4" +typing-extensions = "*" [[package]] name = "fastapi" @@ -4189,4 +4190,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "0d276584b5096c3e66aea6e4dacc911801316c513cd5eee0515a4a9216f4f605" +content-hash = "760e632f02d26f1080d5a792fe298509e98be29078591d4d58ae0387e6d17960" diff --git a/pyproject.toml b/pyproject.toml index 2dd587fd..b316c63c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ ruff = ">=0.4.9" poethepoet = "^0.28.0" # testing -faker = "^28.4.1" +faker = "^30.3.0" mock = "^5.1.0" pyfakefs = "^5.6.0" pytest = "^8.3.2" diff --git a/requirements-dev.txt b/requirements-dev.txt index bd11e5bf..871240dd 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -35,7 +35,7 @@ dnspython==2.6.1 ; python_version >= "3.9" and python_version < "4.0" dulwich==0.21.7 ; python_version >= "3.9" and python_version < "4.0" email-validator==2.2.0 ; python_version >= "3.9" and python_version < "4.0" exceptiongroup==1.2.1 ; python_version >= "3.9" and python_version < "3.11" -faker==28.4.1 ; python_version >= "3.9" and python_version < "4.0" +faker==30.3.0 ; python_version >= "3.9" and python_version < "4.0" fastapi-cli[standard]==0.0.5 ; python_version >= "3.9" and python_version < "4.0" fastapi-mail[httpx]==1.4.1 ; python_version >= "3.9" and python_version < "4.0" fastapi[all]==0.115.0 ; python_version >= "3.9" and python_version < "4.0"