From 11c55d56c67ccec3d2a69fd0918cd8a5a65d9e52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 08:01:26 +0000 Subject: [PATCH] chore(deps-dev): bump faker from 18.3.0 to 18.3.1 Bumps [faker](https://github.com/joke2k/faker) from 18.3.0 to 18.3.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/v18.3.0...v18.3.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 1d08c39a..0d02c4cc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -534,14 +534,14 @@ test = ["pytest (>=6)"] [[package]] name = "faker" -version = "18.3.0" +version = "18.3.1" description = "Faker is a Python package that generates fake data for you." category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "Faker-18.3.0-py3-none-any.whl", hash = "sha256:2deeee8fed3d1b8ae5f87d172d4569ddc859aab8693f7cd68eddc5d20400563a"}, - {file = "Faker-18.3.0.tar.gz", hash = "sha256:e7c058e1f360f245f265625b32d3189d7229398ad80a8b6bac459891745de052"}, + {file = "Faker-18.3.1-py3-none-any.whl", hash = "sha256:4c98c42984db54be2246d40e6407cd983db7b1511a70eaff64c3f383a51bace6"}, + {file = "Faker-18.3.1.tar.gz", hash = "sha256:9bd71833146b844d848791b79720c7806108130c9603c7074123b3f77b4e97a1"}, ] [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 = "983b9a1498286b1ddd5a3651b04d1b5d060b4e491f744b70b6fc0c611712a353" +content-hash = "56e3138ba7bda1f8db3304c8d2b66b58d33a0ae720d02e768cd57af84dd8cff2" diff --git a/pyproject.toml b/pyproject.toml index 9b147b83..5c451a57 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 = "^18.3.0" +Faker = "^18.3.1" unasync-cli = "^0.0.9" python-semantic-release = "^7.33.2"