diff --git a/poetry.lock b/poetry.lock index c6a464374..15ea0a89f 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 = "33.1.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-33.1.0-py3-none-any.whl", hash = "sha256:d30c5f0e2796b8970de68978365247657486eb0311c5abe88d0b895b68dff05d"}, + {file = "faker-33.1.0.tar.gz", hash = "sha256:1c925fc0e86a51fc46648b504078c88d0cd48da1da2595c4e712841cab43a1e4"}, ] [package.dependencies] python-dateutil = ">=2.4" +typing-extensions = "*" [[package]] name = "filelock" @@ -3343,4 +3344,4 @@ WTForms = ">=1.0.5" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "d924050d8a4e2327ac8b1b0007e9dbfca10aa577928016ae9a8c658f0a216131" +content-hash = "fa298526e68f5e3c488f6a0f64e904c2e75d6a5e126b54a62784f39d59ede483" diff --git a/pyproject.toml b/pyproject.toml index f9ec3dbf5..c109dc4cd 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 = "33.1.0" flake8 = "7.1.1" ipython = "^8.30.0" mypy = "1.13.0"