diff --git a/poetry.lock b/poetry.lock index 6cf6f245..471bfe24 100644 --- a/poetry.lock +++ b/poetry.lock @@ -905,13 +905,13 @@ tests = ["black", "pytest", "pytest-cov", "tox"] [[package]] name = "faker" -version = "30.8.2" +version = "33.0.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-33.0.0-py3-none-any.whl", hash = "sha256:68e5580cb6b4226710886e595eabc13127149d6e71e9d1db65506a7fbe2c7fce"}, + {file = "faker-33.0.0.tar.gz", hash = "sha256:9b01019c1ddaf2253ca2308c0472116e993f4ad8fc9905f82fa965e0c6f932e9"}, ] [package.dependencies] @@ -3169,4 +3169,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "f4ea444aea5f071408700ce53716fcc83f413eb5c1e3c76b31aeb12d85ae5eeb" +content-hash = "501dd4be038f62c6bcb4bd328ca148bd15a18045845983e420c6a0baaed6bcf2" diff --git a/pyproject.toml b/pyproject.toml index 5262bc2b..902b0f08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ selenium = "~=4.26.1" flake8 = ">=6.1.0" pytest-django = "^4.9.0" pytest-cov = "^6.0.0" -faker = "^30.8.2" +faker = "^33.0.0" isort = "^5.13.2" [build-system]