From 3ffdbc17affa6fbea59abe8e9be858a94071ce88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Nov 2021 07:26:24 +0000 Subject: [PATCH] chore(deps-dev): bump faker from 9.8.2 to 9.8.3 Bumps [faker](https://github.com/joke2k/faker) from 9.8.2 to 9.8.3. - [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/v9.8.2...v9.8.3) --- 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 0ac1ac31..4ad8c305 100644 --- a/poetry.lock +++ b/poetry.lock @@ -179,7 +179,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" [[package]] name = "faker" -version = "9.8.2" +version = "9.8.3" description = "Faker is a Python package that generates fake data for you." category = "dev" optional = false @@ -899,7 +899,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "8274ac946c5476363ccbbd04a5bc8191e448511ad826ede5ce9c31fad2d921ff" +content-hash = "07116a39b3e2aaf28a6a9fb997c556cd3719d75b9692face5f65abb225867b31" [metadata.files] alabaster = [ @@ -1008,8 +1008,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-9.8.3-py3-none-any.whl", hash = "sha256:76ad74cebe727affa1c108e17fc1d2c0be8f498ff71b25f464fb8241301fe6f2"}, + {file = "Faker-9.8.3.tar.gz", hash = "sha256:3c997b505627e63eb54e7ec268d0669bc5b6b98c1822f632d2784d91664d5f11"}, ] filelock = [ {file = "filelock-3.4.0-py3-none-any.whl", hash = "sha256:2e139a228bcf56dd8b2274a65174d005c4a6b68540ee0bdbb92c76f43f29f7e8"}, diff --git a/pyproject.toml b/pyproject.toml index 59400e84..760928b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ pre-commit = "^2.15.0" pytest-cov = "^3.0.0" pytest-depends = "^1.0.1" pytest-asyncio = "^0.16.0" -Faker = "^9.3.1" +Faker = "^9.8.3" unasync-cli = "^0.0.9" [build-system]