diff --git a/poetry.lock b/poetry.lock index f69b33e8a..96ae5bcdd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -821,17 +821,18 @@ tests = ["asttokens (>=2.1.0)", "coverage", "coverage-enable-subprocess", "ipyth [[package]] name = "faker" -version = "28.1.0" +version = "35.2.0" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.8" files = [ - {file = "Faker-28.1.0-py3-none-any.whl", hash = "sha256:b17d69312ef6485a720e21bffa997668c88876a5298b278e903ba706243c9c6b"}, - {file = "faker-28.1.0.tar.gz", hash = "sha256:bc460a0e6020966410d0b276043879abca0fac51890f3324bc254bb0a383ee3a"}, + {file = "Faker-35.2.0-py3-none-any.whl", hash = "sha256:609abe555761ff31b0e5e16f958696e9b65c9224a7ac612ac96bfc2b8f09fe35"}, + {file = "faker-35.2.0.tar.gz", hash = "sha256:28c24061780f83b45d9cb15a72b8f143b09d276c9ff52eb557744b7a89e8ba19"}, ] [package.dependencies] python-dateutil = ">=2.4" +typing-extensions = "*" [[package]] name = "filelock" @@ -3360,4 +3361,4 @@ WTForms = ">=1.0.5" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "1035d28bb1bd112fe505e68fccb24df9acd887516e6c693c55b711d819d3a52a" +content-hash = "19b1f9faaeb2074a139d49b364aba74d92c67647a004f039ee26b6d9a2f23981" diff --git a/pyproject.toml b/pyproject.toml index b91c692ed..5b5084a4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ wtforms = "3.1.2" wtforms-sqlalchemy = "0.3" [tool.poetry.group.dev.dependencies] -faker = "28.1.0" +faker = "35.2.0" flake8 = "7.1.1" ipython = "^8.30.0" mypy = "1.13.0"