diff --git a/poetry.lock b/poetry.lock index 4b0cf3f14..9d1cb4620 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 = "33.3.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-33.3.0-py3-none-any.whl", hash = "sha256:ae074d9c7ef65817a93b448141a5531a16b2ea2e563dc5774578197c7c84060c"}, + {file = "faker-33.3.0.tar.gz", hash = "sha256:2abb551a05b75d268780b6095100a48afc43c53e97422002efbfc1272ebf5f26"}, ] [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 = "47c79925e7560ae8849fa2bc27b03fd3242c77b8b34963d7670a2dc7f05b8dd7" diff --git a/pyproject.toml b/pyproject.toml index bd4c0cfe3..726517cf2 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 = "33.3.0" gitlint = "0.19.1" pdbpp = "0.10.3" pre-commit = "4.0.1"