diff --git a/poetry.lock b/poetry.lock index 5e8dd17..5c7c14a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -467,18 +467,17 @@ typing-extensions = "*" [[package]] name = "faker" -version = "35.2.0" +version = "36.1.1" description = "Faker is a Python package that generates fake data for you." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "Faker-35.2.0-py3-none-any.whl", hash = "sha256:609abe555761ff31b0e5e16f958696e9b65c9224a7ac612ac96bfc2b8f09fe35"}, - {file = "faker-35.2.0.tar.gz", hash = "sha256:28c24061780f83b45d9cb15a72b8f143b09d276c9ff52eb557744b7a89e8ba19"}, + {file = "Faker-36.1.1-py3-none-any.whl", hash = "sha256:ad1f1be7fd692ec0256517404a9d7f007ab36ac5d4674082fa72404049725eaa"}, + {file = "faker-36.1.1.tar.gz", hash = "sha256:7cb2bbd4c8f040e4a340ae4019e9a48b6cf1db6a71bda4e5a61d8d13b7bef28d"}, ] [package.dependencies] -python-dateutil = ">=2.4" -typing-extensions = "*" +tzdata = "*" [[package]] name = "flake8" @@ -1549,4 +1548,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.12,<3.13" -content-hash = "143ca39da07b7e0d445164ed6162901597e0885d4d8d19c39e8dc9bdaec12a59" +content-hash = "6654b1f9bb1ff28c9adfd86e7b6fc7e750218e0a30c8affc42434acc4b8f99bf" diff --git a/pyproject.toml b/pyproject.toml index c679160..ad30a63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ pytest-cov = "6.0.0" pytest-django = "4.9.0" time-machine = "2.16.0" model-bakery = "1.20.1" -faker = "35.2.0" +faker = "36.1.1" mypy = "1.15.0" django-stubs = {extras = ["compatible-mypy"], version = "5.1.3"} lxml-stubs = "0.5.1"