diff --git a/poetry.lock b/poetry.lock index 0617b2c00..258ffbc15 100644 --- a/poetry.lock +++ b/poetry.lock @@ -792,13 +792,13 @@ tests = ["black", "pytest", "pytest-cov", "tox"] [[package]] name = "faker" -version = "25.0.1" +version = "25.2.0" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.8" files = [ - {file = "Faker-25.0.1-py3-none-any.whl", hash = "sha256:6737cc6d591cd83421fdc5e494f6e2c1a6e32266214f158b745aa9fa15687c98"}, - {file = "Faker-25.0.1.tar.gz", hash = "sha256:c153505618801f1704807b258a6010ea8cabf91f66f4788939bfdba83b887e76"}, + {file = "Faker-25.2.0-py3-none-any.whl", hash = "sha256:cfe97c4857c4c36ee32ea4aaabef884895992e209bae4cbd26807cf3e05c6918"}, + {file = "Faker-25.2.0.tar.gz", hash = "sha256:45b84f47ff1ef86e3d1a8d11583ca871ecf6730fad0660edadc02576583a2423"}, ] [package.dependencies] @@ -2772,4 +2772,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "18096cb8f52fa758059822796575a4323ea2f096dc0d50b211968a71d313036a" +content-hash = "e18d3d0cee1b31acdcea89bba28d4841ff8e000f2501e50424104c51d537199a" diff --git a/pyproject.toml b/pyproject.toml index a6c78777c..df440805a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ selenium = "~=4.20.0" flake8 = ">=6.1.0" pytest-django = "^4.8.0" pytest-cov = "^5.0.0" -faker = "^25.0.1" +faker = "^25.2.0" isort = "^5.13.2" pyproject-flake8 = "^7.0.0" djhtml = "^3.0.6"