diff --git a/poetry.lock b/poetry.lock index 14897050..0b5fb48b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -220,7 +220,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" [[package]] name = "faker" -version = "10.0.0" +version = "11.0.0" description = "Faker is a Python package that generates fake data for you." category = "dev" optional = false @@ -984,7 +984,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "2960af1a48ab800719ab13b7ecf83a0d95f181920a874fe984bd6715e40f3579" +content-hash = "7662c5c028a6fe5fd8a001cd8762cb7e659d88da58dc7e07b348e5256aaf31b1" [metadata.files] alabaster = [ @@ -1105,8 +1105,8 @@ docutils = [ {file = "docutils-0.17.1.tar.gz", hash = "sha256:686577d2e4c32380bb50cbb22f575ed742d58168cee37e99117a854bcd88f125"}, ] faker = [ - {file = "Faker-10.0.0-py3-none-any.whl", hash = "sha256:3163c84866cf118ac5329a802e046b0f729528ce62ebb2806b626e0badbb6ff3"}, - {file = "Faker-10.0.0.tar.gz", hash = "sha256:530690ad12a2a054071af95fc8a354c5fd57b5e7707053a9662f40f14a87b68e"}, + {file = "Faker-11.0.0-py3-none-any.whl", hash = "sha256:8a90e8b015d9e2f5556293d817c3711481ca288b28b94f55ad6327cdc2cfdaad"}, + {file = "Faker-11.0.0.tar.gz", hash = "sha256:5bb6a3decfa08fa7d86691d3b6d48482d5fcfb4ccf24990c7ddced74c77c9b4b"}, ] filelock = [ {file = "filelock-3.4.0-py3-none-any.whl", hash = "sha256:2e139a228bcf56dd8b2274a65174d005c4a6b68540ee0bdbb92c76f43f29f7e8"}, diff --git a/pyproject.toml b/pyproject.toml index 2a47cc18..8911e143 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ pre-commit = "^2.16.0" pytest-cov = "^3.0.0" pytest-depends = "^1.0.1" pytest-asyncio = "^0.16.0" -Faker = "^10.0.0" +Faker = "^11.0.0" unasync-cli = "^0.0.9" commitizen = "^2.20.3"