diff --git a/poetry.lock b/poetry.lock index 3314ecc8..c38582b1 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 = "9.8.2" +version = "10.0.0" description = "Faker is a Python package that generates fake data for you." category = "dev" optional = false @@ -989,7 +989,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "0361bf68dc5290bc958394bb6b54b554427aef2ee4fb4287ade4f00e0d0533b7" +content-hash = "2c02530800c403fe794fce3710c7bba7f7d8d9ddbaea291803b6f7603cef4303" [metadata.files] alabaster = [ @@ -1110,8 +1110,8 @@ docutils = [ {file = "docutils-0.17.1.tar.gz", hash = "sha256:686577d2e4c32380bb50cbb22f575ed742d58168cee37e99117a854bcd88f125"}, ] faker = [ - {file = "Faker-9.8.2-py3-none-any.whl", hash = "sha256:876ba213aaddd661a539ada2158917c1be17064b72792ee788b81c13528865d0"}, - {file = "Faker-9.8.2.tar.gz", hash = "sha256:393bd1b5becf3ccbc04a4f0f13da7e437914b24cafd1a4d8b71b5fecff54fb34"}, + {file = "Faker-10.0.0-py3-none-any.whl", hash = "sha256:3163c84866cf118ac5329a802e046b0f729528ce62ebb2806b626e0badbb6ff3"}, + {file = "Faker-10.0.0.tar.gz", hash = "sha256:530690ad12a2a054071af95fc8a354c5fd57b5e7707053a9662f40f14a87b68e"}, ] filelock = [ {file = "filelock-3.4.0-py3-none-any.whl", hash = "sha256:2e139a228bcf56dd8b2274a65174d005c4a6b68540ee0bdbb92c76f43f29f7e8"}, diff --git a/pyproject.toml b/pyproject.toml index 55273c57..976c3784 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 = "^9.3.1" +Faker = "^10.0.0" unasync-cli = "^0.0.9" commitizen = "^2.20.0"