diff --git a/poetry.lock b/poetry.lock index 0b5fb48b..fe4ac2ad 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 = "11.0.0" +version = "11.1.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 = "7662c5c028a6fe5fd8a001cd8762cb7e659d88da58dc7e07b348e5256aaf31b1" +content-hash = "e41d126c3ab92b15d944ecdb6a1f0900083679d611e9d17b36cb6187c0214368" [metadata.files] alabaster = [ @@ -1105,8 +1105,8 @@ docutils = [ {file = "docutils-0.17.1.tar.gz", hash = "sha256:686577d2e4c32380bb50cbb22f575ed742d58168cee37e99117a854bcd88f125"}, ] faker = [ - {file = "Faker-11.0.0-py3-none-any.whl", hash = "sha256:8a90e8b015d9e2f5556293d817c3711481ca288b28b94f55ad6327cdc2cfdaad"}, - {file = "Faker-11.0.0.tar.gz", hash = "sha256:5bb6a3decfa08fa7d86691d3b6d48482d5fcfb4ccf24990c7ddced74c77c9b4b"}, + {file = "Faker-11.1.0-py3-none-any.whl", hash = "sha256:ee29deb5174a8bd2e3a1be2f43d9505201d267d383a97ebc67715d12bb386e47"}, + {file = "Faker-11.1.0.tar.gz", hash = "sha256:89c359e153f6a27820ff1d491e851018064dd65731f7894e226f93e2aa980655"}, ] filelock = [ {file = "filelock-3.4.0-py3-none-any.whl", hash = "sha256:2e139a228bcf56dd8b2274a65174d005c4a6b68540ee0bdbb92c76f43f29f7e8"}, diff --git a/pyproject.toml b/pyproject.toml index 8911e143..84b9a6c1 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 = "^11.0.0" +Faker = "^11.1.0" unasync-cli = "^0.0.9" commitizen = "^2.20.3"