diff --git a/poetry.lock b/poetry.lock index d745d63..0845796 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1030,13 +1030,13 @@ doc = ["Sphinx", "sphinx-rtd-theme", "sphinxcontrib-spelling"] [[package]] name = "faker" -version = "30.8.2" +version = "32.1.0" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.8" files = [ - {file = "Faker-30.8.2-py3-none-any.whl", hash = "sha256:4a82b2908cd19f3bba1a4da2060cc4eb18a40410ccdf9350d071d79dc92fe3ce"}, - {file = "faker-30.8.2.tar.gz", hash = "sha256:aa31b52cdae3673d6a78b4857c7bcdc0e98f201a5cb77d7827fa9e6b5876da94"}, + {file = "Faker-32.1.0-py3-none-any.whl", hash = "sha256:c77522577863c264bdc9dad3a2a750ad3f7ee43ff8185072e482992288898814"}, + {file = "faker-32.1.0.tar.gz", hash = "sha256:aac536ba04e6b7beb2332c67df78485fc29c1880ff723beac6d1efd45e2f10f5"}, ] [package.dependencies] @@ -3068,4 +3068,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.12,<4.0" -content-hash = "1abbb741c1ede92f4e2afd1455466a632ff5a86aa81da602d09f0c5fabf9fd5a" +content-hash = "67f382f18bd64625c9ccc9a79c312c5f993e7b7273a63c1393c91402ee6b4a09" diff --git a/pyproject.toml b/pyproject.toml index fe363a2..500974f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ django-test-migrations = "^1.3.0" djangorestframework-stubs = "^3.15.0" djlint = "^1.19.16" factory-boy = "^3.1.0" -Faker = "^30.1.0" +Faker = "^32.0.0" invoke = "^2.1.2" ipykernel = "^6.17.1" ipython = "^8.1.1"