From 4f803890f184a91f3df4bbb001c8f27ade58816c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Nov 2022 07:31:10 +0000 Subject: [PATCH] chore(deps-dev): bump faker from 15.1.1 to 15.1.3 Bumps [faker](https://github.com/joke2k/faker) from 15.1.1 to 15.1.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/v15.1.1...v15.1.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 2380278a..77adf798 100644 --- a/poetry.lock +++ b/poetry.lock @@ -208,7 +208,7 @@ test = ["pytest (>=6)"] [[package]] name = "faker" -version = "15.1.1" +version = "15.1.3" description = "Faker is a Python package that generates fake data for you." category = "dev" optional = false @@ -1024,7 +1024,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "d7f7e2715c650e7855e3147b9c7e2606ee29299c93c2cbe5ba63bb552dcbf4d8" +content-hash = "b5f7ebcb1a6afe2e4b1bbbfa367770394b3becf672c1bda48fb4110aa4e7aecc" [metadata.files] anyio = [ @@ -1245,8 +1245,8 @@ exceptiongroup = [ {file = "exceptiongroup-1.0.0rc9.tar.gz", hash = "sha256:9086a4a21ef9b31c72181c77c040a074ba0889ee56a7b289ff0afb0d97655f96"}, ] faker = [ - {file = "Faker-15.1.1-py3-none-any.whl", hash = "sha256:096c15e136adb365db24d8c3964fe26bfc68fe060c9385071a339f8c14e09c8a"}, - {file = "Faker-15.1.1.tar.gz", hash = "sha256:a741b77f484215c3aab2604100669657189548f440fcb2ed0f8b7ee21c385629"}, + {file = "Faker-15.1.3-py3-none-any.whl", hash = "sha256:bd922a6ad210bb96a5b31987e10918851131c9670429172d5bfb3a5ede238a79"}, + {file = "Faker-15.1.3.tar.gz", hash = "sha256:1bfb1b447cd45169a74a09f821cee47f51548508b62a29f6dfdab1d001d448a4"}, ] filelock = [ {file = "filelock-3.7.1-py3-none-any.whl", hash = "sha256:37def7b658813cda163b56fc564cdc75e86d338246458c4c28ae84cabefa2404"}, diff --git a/pyproject.toml b/pyproject.toml index 76e50f55..634727e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ pre-commit = "^2.20.0" pytest-cov = "^4.0.0" pytest-depends = "^1.0.1" pytest-asyncio = "^0.20.1" -Faker = "^15.1.1" +Faker = "^15.1.3" unasync-cli = "^0.0.9" python-semantic-release = "^7.32.2"