diff --git a/poetry.lock b/poetry.lock index 73cd3502..1ea3c573 100644 --- a/poetry.lock +++ b/poetry.lock @@ -920,13 +920,13 @@ tests = ["black", "pytest", "pytest-cov", "tox"] [[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] @@ -3284,4 +3284,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "33e874ad66fdc38c134f923a2502d3e7027ee07b51fdbaa0ba672c6974ba867a" +content-hash = "6647e94b109d663676b60e6740e400115f3948103461a54ade4c6ac364e0d34b" diff --git a/pyproject.toml b/pyproject.toml index c7a5bf8d..8e49fc53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ selenium = "~=4.27.1" flake8 = ">=6.1.0" pytest-django = "^4.9.0" pytest-cov = "^6.0.0" -faker = "^33.1.0" +faker = "^33.3.0" isort = "^5.13.2" [build-system]