From fa760ba0804f3ed2828343accd97da271613b67c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Apr 2022 15:24:27 +0000 Subject: [PATCH] chore(deps-dev): bump faker from 13.3.4 to 13.5.0 Bumps [faker](https://github.com/joke2k/faker) from 13.3.4 to 13.5.0. - [Release notes](https://github.com/joke2k/faker/releases) - [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) - [Commits](https://github.com/joke2k/faker/compare/v13.3.4...v13.5.0) --- updated-dependencies: - dependency-name: faker dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 45f62df4..ca82357b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -224,7 +224,7 @@ setuptools_scm = "*" [[package]] name = "faker" -version = "13.3.4" +version = "13.5.0" description = "Faker is a Python package that generates fake data for you." category = "dev" optional = false @@ -1183,7 +1183,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "183d01dfffe8d23c86b5c40901b7e25d225006ad6b40a80f0c9c19162b87eeda" +content-hash = "172bcc07215f4fc4bb0cb2221952dfa341f6d853e6f93917d1c07350d37e5ba4" [metadata.files] alabaster = [ @@ -1388,8 +1388,8 @@ dotty-dict = [ {file = "dotty_dict-1.3.0.tar.gz", hash = "sha256:eb0035a3629ecd84397a68f1f42f1e94abd1c34577a19cd3eacad331ee7cbaf0"}, ] faker = [ - {file = "Faker-13.3.4-py3-none-any.whl", hash = "sha256:7758ece2593ce603db117db3d27393c31f4af03f783e176f3f0e14839a4f3426"}, - {file = "Faker-13.3.4.tar.gz", hash = "sha256:188961065fb5c78ea639f42176f55100f72c90c3a3179ac6c955c4bd712b0511"}, + {file = "Faker-13.5.0-py3-none-any.whl", hash = "sha256:e65d08bb324ef5d22d8c64717a980fc48ce6e572f3d06cfe92c8d94335645496"}, + {file = "Faker-13.5.0.tar.gz", hash = "sha256:dc52737c790c25aa00843117625d962e29b438cbbb056d461c343a92fa6d8fe2"}, ] filelock = [ {file = "filelock-3.4.2-py3-none-any.whl", hash = "sha256:cf0fc6a2f8d26bd900f19bf33915ca70ba4dd8c56903eeb14e1e7a2fd7590146"}, diff --git a/pyproject.toml b/pyproject.toml index 6a913a4c..50e6cecd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ pre-commit = "^2.18.1" pytest-cov = "^3.0.0" pytest-depends = "^1.0.1" pytest-asyncio = "^0.18.3" -Faker = "^13.3.4" +Faker = "^13.5.0" unasync-cli = "^0.0.9" python-semantic-release = "^7.28.1"