diff --git a/poetry.lock b/poetry.lock index 903f37a..7d1cc84 100644 --- a/poetry.lock +++ b/poetry.lock @@ -509,13 +509,13 @@ test = ["pytest (>=6)"] [[package]] name = "faker" -version = "25.9.1" +version = "28.4.1" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.8" files = [ - {file = "Faker-25.9.1-py3-none-any.whl", hash = "sha256:f1dc27dc8035cb7e97e96afbb5fe1305eed6aeea53374702cbac96acfe851626"}, - {file = "Faker-25.9.1.tar.gz", hash = "sha256:0e1cf7a8d3c94de91a65ab1e9cf7050903efae1e97901f8e5924a9f45147ae44"}, + {file = "Faker-28.4.1-py3-none-any.whl", hash = "sha256:e59c01d1e8b8e20a83255ab8232c143cb2af3b4f5ab6a3f5ce495f385ad8ab4c"}, + {file = "faker-28.4.1.tar.gz", hash = "sha256:4294d169255a045990720d6f3fa4134b764a4cdf46ef0d3c7553d2506f1adaa1"}, ] [package.dependencies] @@ -3057,4 +3057,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "8c852632b6567045f648607e18595ef675d70c28dec7c32be9be3c65eee215e0" +content-hash = "6a3d354dbf5ba99c716d3164d5a6dedc339c4aec7978ddc9db08dced752139cd" diff --git a/pyproject.toml b/pyproject.toml index 2686329..4a45e70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ poethepoet = ">=0.25.1,<0.27.0" # testing requests = "^2.31.0" fakeredis = "^2.22.0" -faker = ">=24.14,<26.0" +faker = ">=24.14,<29.0" mock = "^5.1.0" pyfakefs = "^5.4.1" pytest = "^8.1.2" diff --git a/requirements-dev.txt b/requirements-dev.txt index b9b89c0..7372f7b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -18,7 +18,7 @@ distlib==0.3.8 ; python_version >= "3.9" and python_version < "4.0" dnspython==2.6.1 ; 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==25.9.1 ; python_version >= "3.9" and python_version < "4.0" +faker==28.4.1 ; python_version >= "3.9" and python_version < "4.0" fakeredis==2.23.2 ; python_version >= "3.9" and python_version < "4.0" fastapi-cli==0.0.4 ; python_version >= "3.9" and python_version < "4.0" fastapi[all]==0.111.0 ; python_version >= "3.9" and python_version < "4.0"