From cff3a0113c8fca149a21a3b8feb0f512ceb992c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Mar 2023 08:01:48 +0000 Subject: [PATCH] chore(deps-dev): bump faker from 17.6.0 to 18.3.0 Bumps [faker](https://github.com/joke2k/faker) from 17.6.0 to 18.3.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/v17.6.0...v18.3.0) --- updated-dependencies: - dependency-name: faker dependency-type: direct:development update-type: version-update:semver-major ... 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 6d95d91d..1d08c39a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -534,14 +534,14 @@ test = ["pytest (>=6)"] [[package]] name = "faker" -version = "17.6.0" +version = "18.3.0" description = "Faker is a Python package that generates fake data for you." category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "Faker-17.6.0-py3-none-any.whl", hash = "sha256:5aaa16fa9cfde7d117eef70b6b293a705021e57158f3fa6b44ed1b70202d2065"}, - {file = "Faker-17.6.0.tar.gz", hash = "sha256:51f37ff9df710159d6d736d0ba1c75e063430a8c806b91334d7794305b5a6114"}, + {file = "Faker-18.3.0-py3-none-any.whl", hash = "sha256:2deeee8fed3d1b8ae5f87d172d4569ddc859aab8693f7cd68eddc5d20400563a"}, + {file = "Faker-18.3.0.tar.gz", hash = "sha256:e7c058e1f360f245f265625b32d3189d7229398ad80a8b6bac459891745de052"}, ] [package.dependencies] @@ -1834,4 +1834,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "608c6b1f3923d59c9a09670db05594c7d85c74bcb720d6f56480b1fc688bbc6a" +content-hash = "983b9a1498286b1ddd5a3651b04d1b5d060b4e491f744b70b6fc0c611712a353" diff --git a/pyproject.toml b/pyproject.toml index 67a8839c..9b147b83 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ pre-commit = "^3.1.1" pytest-cov = "^4.0.0" pytest-depends = "^1.0.1" pytest-asyncio = "^0.20.3" -Faker = "^17.6.0" +Faker = "^18.3.0" unasync-cli = "^0.0.9" python-semantic-release = "^7.33.2"