From 971b2a4c730b9af18eae70c02f9872630a2ea0fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 08:01:34 +0000 Subject: [PATCH] chore(deps-dev): bump faker from 17.3.0 to 17.4.0 Bumps [faker](https://github.com/joke2k/faker) from 17.3.0 to 17.4.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.3.0...v17.4.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 d3158da1..8cf580a8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -534,14 +534,14 @@ test = ["pytest (>=6)"] [[package]] name = "faker" -version = "17.3.0" +version = "17.4.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.3.0-py3-none-any.whl", hash = "sha256:1dfffa43b4492b899a839619f2056060b585ba0bc76f329525194ca04dde0988"}, - {file = "Faker-17.3.0.tar.gz", hash = "sha256:26b2864a5332094f2c7f3968deebabce69be39ed5db4dbf22b4fa0ba3d1acdae"}, + {file = "Faker-17.4.0-py3-none-any.whl", hash = "sha256:fdd9cc16cd7e0d8dfcd2bb19d80c1bca5ce52d79690f93bfbb13916d7ed1cb2e"}, + {file = "Faker-17.4.0.tar.gz", hash = "sha256:7b225dd6bc33405188f33f77c990bd08057f5c512042f7e0966e026c633ec646"}, ] [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 = "744238f5bc55fca360f15283223f9b96f70a9274ec7e8bba7f2c21fecc8d59d5" +content-hash = "088dcccd4a054c457d7e4b81bbd806b7a20e75643abdad2dc9d89b60303e97e8" diff --git a/pyproject.toml b/pyproject.toml index a4e8f400..3b26b8fa 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.3.0" +Faker = "^17.4.0" unasync-cli = "^0.0.9" python-semantic-release = "^7.33.1"