diff --git a/poetry.lock b/poetry.lock index af29c11a..0b8fd9aa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -561,13 +561,13 @@ test = ["pytest (>=6)"] [[package]] name = "faker" -version = "19.6.2" +version = "19.8.0" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.8" files = [ - {file = "Faker-19.6.2-py3-none-any.whl", hash = "sha256:8fba91068dc26e3159c1ac9f22444a2338704b0991d86605322e454bda420092"}, - {file = "Faker-19.6.2.tar.gz", hash = "sha256:d5d5953556b0fb428a46019e03fc2d40eab2980135ddef5a9eb3d054947fdf83"}, + {file = "Faker-19.8.0-py3-none-any.whl", hash = "sha256:d86cb3150626bd642c6abd8a64107ddb0b154500252f46a56efe527a50594866"}, + {file = "Faker-19.8.0.tar.gz", hash = "sha256:5b234b89a9c536a37420f612169b6e58627b823ba1bba2504c0450db3b136620"}, ] [package.dependencies] @@ -2386,4 +2386,4 @@ tortoise = ["tortoise-orm"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0" -content-hash = "4f3f9f1e620bbbf71e701bce06b026ee31b1edb08daa88111e84eab7ad27792c" +content-hash = "5df99f2536c0ac2fa38f22c959f3f0897a39e0b282f3aa7ddfb869a72a666e52" diff --git a/pyproject.toml b/pyproject.toml index 0c0047f6..06fa99e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ pytest-asyncio = "^0.21.1" flaky = "^3.7.0" black = "^23.9.1" pre-commit = "^3.4.0" -Faker = "^19.6.2" +Faker = "^19.8.0" psycopg2-binary = "^2.9.9" mkdocs = "^1.5.3" mkdocs-material = "^9.4.4"