diff --git a/poetry.lock b/poetry.lock index fcdf4a8..efe08f4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -213,13 +213,13 @@ django = ">=4.2" [[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] @@ -669,4 +669,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "469173787611ac600a41957549184ef83ea44044b0d86276db0b11b1b61aa153" +content-hash = "74985a1b07d11c8246690e0f124d9351408d184dafa10323b840130fd3203fee" diff --git a/pyproject.toml b/pyproject.toml index 82493f9..d97bbfd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ ruff = "^0.4.8" [tool.poetry.group.dev.dependencies] django-extensions = "^3.2.3" -faker = "^25.5.0" +faker = "^26.0.0" coverage = "^7.5.3" werkzeug = "^3.0.3" tox = "^4.15.0"