diff --git a/poetry.lock b/poetry.lock index 6b9d7ea..4475ff6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -604,13 +604,13 @@ tests = ["asttokens (>=2.1.0)", "coverage", "coverage-enable-subprocess", "ipyth [[package]] name = "faker" -version = "39.1.0" +version = "40.1.0" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.10" files = [ - {file = "faker-39.1.0-py3-none-any.whl", hash = "sha256:c86673bb06a1244b9555f1a773465e553a9be44e2d14a8fa6a834ce95f5f7b46"}, - {file = "faker-39.1.0.tar.gz", hash = "sha256:35d40738093a62158f349f4996115680ca591d9789f24c99a4afa522a1dd4018"}, + {file = "faker-40.1.0-py3-none-any.whl", hash = "sha256:a616d35818e2a2387c297de80e2288083bc915e24b7e39d2fb5bc66cce3a929f"}, + {file = "faker-40.1.0.tar.gz", hash = "sha256:c402212a981a8a28615fea9120d789e3f6062c0c259a82bfb8dff5d273e539d2"}, ] [package.dependencies] @@ -2087,4 +2087,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.0" python-versions = ">=3.14,<3.15" -content-hash = "d0d7144485deafe6e4de332621c983eca8bcc5d3cd94910109eaaeb6935707a0" +content-hash = "502bff81807a181390ac94461fc5dfa35e304f047ccf0d36c327a2d81a38dc95" diff --git a/pyproject.toml b/pyproject.toml index 62c5a9f..1d7b33d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ pytest-cov = "7.0.0" pytest-django = "4.11.1" time-machine = "3.2.0" model-bakery = "1.20.5" -faker = "39.1.0" +faker = "40.1.0" mypy = "1.19.1" django-stubs = {extras = ["compatible-mypy"], version = "5.2.8"} lxml-stubs = "0.5.1"