diff --git a/poetry.lock b/poetry.lock index 903f37a..cfee52d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -509,13 +509,13 @@ test = ["pytest (>=6)"] [[package]] name = "faker" -version = "25.9.1" +version = "26.1.0" 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-26.1.0-py3-none-any.whl", hash = "sha256:e8c5ef795223e945d9166aea3c0ecaf85ac54b4ade2af068d8e3c6524c2c0aa7"}, + {file = "Faker-26.1.0.tar.gz", hash = "sha256:33921b6fc3b83dd75fd42ec7f47ec87b50c00d3c5380fa7d8a507dab848b8229"}, ] [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 = "95f0a4ac67802a9f7fd7d837ef72224f555c376055327814f9b33633eabdb54f" diff --git a/pyproject.toml b/pyproject.toml index 2686329..2960d44 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,<27.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..e46026e 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==26.1.0 ; 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"