diff --git a/poetry.lock b/poetry.lock index 88f7741ce..387c3bf05 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1409,13 +1409,13 @@ doc = ["Sphinx", "sphinx-rtd-theme", "sphinxcontrib-spelling"] [[package]] name = "faker" -version = "13.2.0" +version = "13.16.0" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.6" files = [ - {file = "Faker-13.2.0-py3-none-any.whl", hash = "sha256:206050b40d6dfb6efe8ccfbbb9866c56477c53edfdab83f80de3b59f38a88ce0"}, - {file = "Faker-13.2.0.tar.gz", hash = "sha256:edb62f9511a0977abcea6a78e43b99d1f26c915d2142bbf4c6bf02a9bb597c7f"}, + {file = "Faker-13.16.0-py3-none-any.whl", hash = "sha256:920f94d5aa865fd922bc29f2cf75c75b4d86b30eec23e7174d7513241b759b05"}, + {file = "Faker-13.16.0.tar.gz", hash = "sha256:25c5be99bc5fd8676eea8c1490e0de87f6d9734651c7af2cefc99b322b2936f4"}, ] [package.dependencies] @@ -3910,4 +3910,4 @@ xmlsec = ["xmlsec (>=0.6.1)"] [metadata] lock-version = "2.0" python-versions = "3.9.14" -content-hash = "6f65b30df90f8a34b4bc5bef43a40f5e85102177a1f44c30b3794758f9ab68e2" +content-hash = "1999ed112c122beb3e83fb9d8645b69aa260789a09741dca2f762ca6b731e03d" diff --git a/pyproject.toml b/pyproject.toml index bc47aef01..066e53152 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -88,7 +88,7 @@ black = "22.12.0" bpython = "*" django-debug-toolbar = "*" factory-boy = "3.3.0" -faker = "13.2.0" +faker = "13.16.0" freezegun = "0.3.15" ipdb = "*" isort = "4.3.21"