diff --git a/poetry.lock b/poetry.lock index 742c8d2ad..5cf5288e9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1329,13 +1329,13 @@ doc = ["Sphinx", "sphinx-rtd-theme", "sphinxcontrib-spelling"] [[package]] name = "faker" -version = "30.8.2" +version = "30.10.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-30.10.0-py3-none-any.whl", hash = "sha256:5f05ee92ddf0e1736d95dca41b2a16ee06d987b736fa4ddecdb047abf2e9024b"}, + {file = "faker-30.10.0.tar.gz", hash = "sha256:c2e627d3becec67f7a45400d3670018b5abb3f0728b7dfaa06c135b7df1ce3fb"}, ] [package.dependencies] @@ -4233,4 +4233,4 @@ xmlsec = ["xmlsec (>=0.6.1)"] [metadata] lock-version = "2.0" python-versions = "3.12.6" -content-hash = "3fd3e4831614a0282fb1ccf97b8a69b35def76f23b46ca3d8353a5b5759210a9" +content-hash = "0f7c3dfb63dbb1b432fcfbfa6dd4aab68296d82bec214fd1bd790a02367a7c92" diff --git a/pyproject.toml b/pyproject.toml index d2ded9c3c..4eaeaf286 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ zeep = "4.3.1" bpython = "*" django-debug-toolbar = "*" factory-boy = "3.3.1" -faker = "30.8.2" +faker = "30.10.0" freezegun = "1.5.1" hypothesis = "4.24.6" ipdb = "*"