From 7d5cbfcf2a94533dc106db4fbda20aa0e0d14070 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 07:04:59 +0000 Subject: [PATCH] chore(deps-dev): bump faker from 16.6.1 to 16.7.0 Bumps [faker](https://github.com/joke2k/faker) from 16.6.1 to 16.7.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/v16.6.1...v16.7.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 c2efbf95..9cafc435 100644 --- a/poetry.lock +++ b/poetry.lock @@ -532,14 +532,14 @@ test = ["pytest (>=6)"] [[package]] name = "faker" -version = "16.6.1" +version = "16.7.0" description = "Faker is a Python package that generates fake data for you." category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "Faker-16.6.1-py3-none-any.whl", hash = "sha256:2375d0bbaf405dc4f1cbc771485a78ad952c776798e5c228eef3e7b337f78868"}, - {file = "Faker-16.6.1.tar.gz", hash = "sha256:b76e5d2405470e3d38d37d1bfaa9d9bbf171bdf41c814f5bbd8117b121f6bccb"}, + {file = "Faker-16.7.0-py3-none-any.whl", hash = "sha256:c522c78f2d7572724bde05de8571205e9a594f95b57e08e388e0677976ebd400"}, + {file = "Faker-16.7.0.tar.gz", hash = "sha256:4b98c197169e083304afd12c1ee1e5101f5c817161c3d690eb318a15b805108d"}, ] [package.dependencies] @@ -1832,4 +1832,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "1f170aad02548f00f181ef8f391554cded6f8058b6e85d3d53c7d64cebd62887" +content-hash = "cf28b3ce96b0c1e19731750b0657679eb4d49a6c5a304007e5d76ab87aea21bf" diff --git a/pyproject.toml b/pyproject.toml index ce9144ef..83bcd382 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ pre-commit = "^3.0.4" pytest-cov = "^4.0.0" pytest-depends = "^1.0.1" pytest-asyncio = "^0.20.3" -Faker = "^16.6.1" +Faker = "^16.7.0" unasync-cli = "^0.0.9" python-semantic-release = "^7.33.1"