diff --git a/poetry.lock b/poetry.lock index afb0f4a1..a8f6eddf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -895,13 +895,13 @@ tests = ["black", "pytest", "pytest-cov", "tox"] [[package]] name = "faker" -version = "30.3.0" +version = "30.6.0" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.8" files = [ - {file = "Faker-30.3.0-py3-none-any.whl", hash = "sha256:e8a15fd1b0f72992b008f5ea94c70d3baa0cb51b0d5a0e899c17b1d1b23d2771"}, - {file = "faker-30.3.0.tar.gz", hash = "sha256:8760fbb34564fbb2f394345eef24aec5b8f6506b6cfcefe8195ed66dd1032bdb"}, + {file = "Faker-30.6.0-py3-none-any.whl", hash = "sha256:37b5ab951f7367ea93edb865120e9717a7a649d6a4b223f1e4a47a8a20d9e85f"}, + {file = "faker-30.6.0.tar.gz", hash = "sha256:be0e548352c1be6f6d9c982003848a0d305868f160bb1fb7f945acffc347e676"}, ] [package.dependencies] @@ -3142,4 +3142,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "6414a19aeb7d4fbdec2154fd33e734ba009d2c54a642849a9c55baf0abecdc4c" +content-hash = "da9124345566d17ea48c859d7a30826e3271e550ac590d5da5fa68ff280a6bab" diff --git a/pyproject.toml b/pyproject.toml index af87a1c5..0505b2af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ selenium = "~=4.25.0" flake8 = ">=6.1.0" pytest-django = "^4.9.0" pytest-cov = "^5.0.0" -faker = "^30.3.0" +faker = "^30.6.0" isort = "^5.13.2" [build-system]