From 55bccec3816feda0d63809a4b625ffaecc3e623b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jan 2023 07:06:14 +0000 Subject: [PATCH] chore(deps-dev): bump faker from 16.6.0 to 16.6.1 Bumps [faker](https://github.com/joke2k/faker) from 16.6.0 to 16.6.1. - [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.0...v16.6.1) --- updated-dependencies: - dependency-name: faker dependency-type: direct:development update-type: version-update:semver-patch ... 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 2dae9df2..a14a8854 100644 --- a/poetry.lock +++ b/poetry.lock @@ -504,14 +504,14 @@ test = ["pytest (>=6)"] [[package]] name = "faker" -version = "16.6.0" +version = "16.6.1" 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.0-py3-none-any.whl", hash = "sha256:0a74514d654db0a3d37b9ca681f2d9182d2ec556f78b4f1a842a2ccc944660cd"}, - {file = "Faker-16.6.0.tar.gz", hash = "sha256:dc8b2a8bf0d852d26eacf7763afd5e7d6e9e50d80ec648b51b8ecd3c505435fd"}, + {file = "Faker-16.6.1-py3-none-any.whl", hash = "sha256:2375d0bbaf405dc4f1cbc771485a78ad952c776798e5c228eef3e7b337f78868"}, + {file = "Faker-16.6.1.tar.gz", hash = "sha256:b76e5d2405470e3d38d37d1bfaa9d9bbf171bdf41c814f5bbd8117b121f6bccb"}, ] [package.dependencies] @@ -1693,4 +1693,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "d5a6867d39a62620073310a3a484464bcf470ff04494fb7af843707ac9266c56" +content-hash = "dba4ef67f90bf368247bedb590d70a5b48440c843bc47242797ce6d230ddffd1" diff --git a/pyproject.toml b/pyproject.toml index 24bb0e5f..c35382e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ pre-commit = "^2.21.0" pytest-cov = "^4.0.0" pytest-depends = "^1.0.1" pytest-asyncio = "^0.20.3" -Faker = "^16.6.0" +Faker = "^16.6.1" unasync-cli = "^0.0.9" python-semantic-release = "^7.32.2"