diff --git a/poetry.lock b/poetry.lock index 413dc41..6b9d7ea 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.0.0" +version = "39.1.0" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.10" files = [ - {file = "faker-39.0.0-py3-none-any.whl", hash = "sha256:c72f1fca8f1a24b8da10fcaa45739135a19772218ddd61b86b7ea1b8c790dce7"}, - {file = "faker-39.0.0.tar.gz", hash = "sha256:ddae46d3b27e01cea7894651d687b33bcbe19a45ef044042c721ceac6d3da0ff"}, + {file = "faker-39.1.0-py3-none-any.whl", hash = "sha256:c86673bb06a1244b9555f1a773465e553a9be44e2d14a8fa6a834ce95f5f7b46"}, + {file = "faker-39.1.0.tar.gz", hash = "sha256:35d40738093a62158f349f4996115680ca591d9789f24c99a4afa522a1dd4018"}, ] [package.dependencies] @@ -2087,4 +2087,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.0" python-versions = ">=3.14,<3.15" -content-hash = "bc882a0afd51e7125f8bf9421fd1a3b2e874a2d67e6b1002ea2a56e67e2c7cf9" +content-hash = "d0d7144485deafe6e4de332621c983eca8bcc5d3cd94910109eaaeb6935707a0" diff --git a/pyproject.toml b/pyproject.toml index ecf2cd0..62c5a9f 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.0.0" +faker = "39.1.0" mypy = "1.19.1" django-stubs = {extras = ["compatible-mypy"], version = "5.2.8"} lxml-stubs = "0.5.1"