diff --git a/poetry.lock b/poetry.lock index 6ffb81c1..688c90d7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -505,14 +505,14 @@ test = ["pytest (>=6)"] [[package]] name = "faker" -version = "37.3.0" +version = "37.4.0" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "faker-37.3.0-py3-none-any.whl", hash = "sha256:48c94daa16a432f2d2bc803c7ff602509699fca228d13e97e379cd860a7e216e"}, - {file = "faker-37.3.0.tar.gz", hash = "sha256:77b79e7a2228d57175133af0bbcdd26dc623df81db390ee52f5104d46c010f2f"}, + {file = "faker-37.4.0-py3-none-any.whl", hash = "sha256:cb81c09ebe06c32a10971d1bbdb264bb0e22b59af59548f011ac4809556ce533"}, + {file = "faker-37.4.0.tar.gz", hash = "sha256:7f69d579588c23d5ce671f3fa872654ede0e67047820255f43a4aa1925b89780"}, ] [package.dependencies] @@ -1581,4 +1581,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "01195542f7cd74c8c34322cda9b548811d095034f7b3ec1c5777550ae79b1d81" +content-hash = "3369f9aa67079ead2c0ef7cbd5d0c718e9d1e73382aade5af45db1966a672700" diff --git a/pyproject.toml b/pyproject.toml index ae3afb11..e19a52e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ pre-commit = "^4.2.0" pytest-cov = "^6.0.0" pytest-depends = "^1.0.1" pytest-asyncio = "^1.0.0" -Faker = "^37.3.0" +Faker = "^37.4.0" unasync-cli = { git = "https://github.com/supabase-community/unasync-cli.git", branch = "main" } [tool.poetry.group.dev.dependencies]