diff --git a/poetry.lock b/poetry.lock index c834873f..eb8c7b7e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -489,13 +489,13 @@ test = ["pytest (>=6)"] [[package]] name = "faker" -version = "33.1.0" +version = "33.3.0" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.8" files = [ - {file = "Faker-33.1.0-py3-none-any.whl", hash = "sha256:d30c5f0e2796b8970de68978365247657486eb0311c5abe88d0b895b68dff05d"}, - {file = "faker-33.1.0.tar.gz", hash = "sha256:1c925fc0e86a51fc46648b504078c88d0cd48da1da2595c4e712841cab43a1e4"}, + {file = "Faker-33.3.0-py3-none-any.whl", hash = "sha256:ae074d9c7ef65817a93b448141a5531a16b2ea2e563dc5774578197c7c84060c"}, + {file = "faker-33.3.0.tar.gz", hash = "sha256:2abb551a05b75d268780b6095100a48afc43c53e97422002efbfc1272ebf5f26"}, ] [package.dependencies] @@ -1458,4 +1458,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "4b21cb9605820a11e63db64cde528a633972f762697345a93af2354a07593d8d" +content-hash = "9bf664b65c4c229f605c10e7feddcb7db09c1c1c4af02b1b9be2f31a9ccdce66" diff --git a/pyproject.toml b/pyproject.toml index 5bae9b33..d3a273a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ pre-commit = "^4.0.1" pytest-cov = "^6.0.0" pytest-depends = "^1.0.1" pytest-asyncio = "^0.25.0" -Faker = "^33.1.0" +Faker = "^33.3.0" unasync-cli = "^0.0.9" [tool.poetry.group.dev.dependencies]