diff --git a/poetry.lock b/poetry.lock index d6cca65db..0d625932d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -875,13 +875,13 @@ tests = ["black", "pytest", "pytest-cov", "tox"] [[package]] name = "faker" -version = "25.9.2" +version = "26.0.0" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.8" files = [ - {file = "Faker-25.9.2-py3-none-any.whl", hash = "sha256:7f8cbd179a7351648bea31f53d021a2bdfdeb59e9b830e121a635916615e0ecd"}, - {file = "Faker-25.9.2.tar.gz", hash = "sha256:ca94843600a4089a91394023fef014bb41fee509f8c4beef1530018373e770fb"}, + {file = "Faker-26.0.0-py3-none-any.whl", hash = "sha256:886ee28219be96949cd21ecc96c4c742ee1680e77f687b095202c8def1a08f06"}, + {file = "Faker-26.0.0.tar.gz", hash = "sha256:0f60978314973de02c00474c2ae899785a42b2cf4f41b7987e93c132a2b8a4a9"}, ] [package.dependencies] @@ -2900,4 +2900,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "c15e429df12dda848922603239cb941aac32a3ba6487f3a32fb1dccf0749785e" +content-hash = "9e98bcea82d48943441bad2f9eff736d4108c67734482419d6220f43e7a0c794" diff --git a/pyproject.toml b/pyproject.toml index 235370b16..a2995cf94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ selenium = "~=4.22.0" flake8 = ">=6.1.0" pytest-django = "^4.8.0" pytest-cov = "^5.0.0" -faker = "^25.9.2" +faker = "^26.0.0" isort = "^5.13.2" djhtml = "^3.0.6"