diff --git a/poetry.lock b/poetry.lock index 562e02ca..b452518b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -561,13 +561,13 @@ test = ["pytest (>=6)"] [[package]] name = "faker" -version = "19.6.0" +version = "19.6.1" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.8" files = [ - {file = "Faker-19.6.0-py3-none-any.whl", hash = "sha256:7cf705758f6cc5dd31f628e323f306a6d881e9a8a103f1e32e5f30a4cad0974c"}, - {file = "Faker-19.6.0.tar.gz", hash = "sha256:d79d5ea59f31e00fbb882546840a4adb2fd0bae99b103db1ba5869f176bc530b"}, + {file = "Faker-19.6.1-py3-none-any.whl", hash = "sha256:64c8513c53c3a809075ee527b323a0ba61517814123f3137e4912f5d43350139"}, + {file = "Faker-19.6.1.tar.gz", hash = "sha256:5d6b7880b3bea708075ddf91938424453f07053a59f8fa0453c1870df6ff3292"}, ] [package.dependencies] @@ -2372,4 +2372,4 @@ tortoise = ["tortoise-orm"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0" -content-hash = "5f11fa92acc50f07f1519eb51c6a14208724bbb85114d347ff22d33e77ed7c24" +content-hash = "186fd79ca2b298cf2b2466f248343a9b34a8979dccfcb3e0ae24fbbf307333a0" diff --git a/pyproject.toml b/pyproject.toml index 24d70f64..821dc1d7 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.0" +Faker = "^19.6.1" psycopg2-binary = "^2.9.7" mkdocs = "^1.5.2" mkdocs-material = "^9.2.8"