diff --git a/poetry.lock b/poetry.lock index 4b0cf3f14..b0b6f4bcc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -812,13 +812,13 @@ doc = ["Sphinx", "sphinx-rtd-theme", "sphinxcontrib-spelling"] [[package]] name = "faker" -version = "33.1.0" +version = "35.2.0" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.8" files = [ - {file = "Faker-33.1.0-py3-none-any.whl", hash = "sha256:d30c5f0e2796b8970de68978365247657486eb0311c5abe88d0b895b68dff05d"}, - {file = "faker-33.1.0.tar.gz", hash = "sha256:1c925fc0e86a51fc46648b504078c88d0cd48da1da2595c4e712841cab43a1e4"}, + {file = "Faker-35.2.0-py3-none-any.whl", hash = "sha256:609abe555761ff31b0e5e16f958696e9b65c9224a7ac612ac96bfc2b8f09fe35"}, + {file = "faker-35.2.0.tar.gz", hash = "sha256:28c24061780f83b45d9cb15a72b8f143b09d276c9ff52eb557744b7a89e8ba19"}, ] [package.dependencies] @@ -2585,4 +2585,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.9.13" -content-hash = "6b783245135972118e9a97f7b3c9319f089530cad87a3b74700d34728d9fe56e" +content-hash = "ad0265774218412798200854505e96d856abf187e0ad0f83587eda5ec0cbe853" diff --git a/pyproject.toml b/pyproject.toml index e7a2d5b20..e7a6c3cde 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ urllib3 = ">=1.26.8,<3.0.0" # linters & formatters django-extensions = "3.2.3" factory-boy = "3.3.1" -Faker = "33.1.0" +Faker = "35.2.0" gitlint = "0.19.1" pdbpp = "0.10.3" pre-commit = "4.0.1"