From 382c57b19a2b68c00edef39eaa71b5af5df54f3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 11:12:39 +0400 Subject: [PATCH] chore(deps): bump the deps group across 2 directories with 1 update (#5088) Bumps the deps group with 1 update in the /pytests/iroha_cli_tests directory: [faker](https://github.com/joke2k/faker). Bumps the deps group with 1 update in the /pytests/iroha_torii_tests directory: [faker](https://github.com/joke2k/faker). Updates `faker` from 28.4.1 to 29.0.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/v28.4.1...v29.0.0) Updates `faker` from 28.4.1 to 29.0.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/v28.4.1...v29.0.0) --- updated-dependencies: - dependency-name: faker dependency-type: direct:production update-type: version-update:semver-major dependency-group: deps - dependency-name: faker dependency-type: direct:production update-type: version-update:semver-major dependency-group: deps ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pytests/iroha_cli_tests/poetry.lock | 6 +++--- pytests/iroha_torii_tests/poetry.lock | 8 ++++---- pytests/iroha_torii_tests/pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pytests/iroha_cli_tests/poetry.lock b/pytests/iroha_cli_tests/poetry.lock index ef01f441afc..677776ba8b7 100644 --- a/pytests/iroha_cli_tests/poetry.lock +++ b/pytests/iroha_cli_tests/poetry.lock @@ -273,13 +273,13 @@ testing = ["hatch", "pre-commit", "pytest", "tox"] [[package]] name = "faker" -version = "28.4.1" +version = "29.0.0" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.8" files = [ - {file = "Faker-28.4.1-py3-none-any.whl", hash = "sha256:e59c01d1e8b8e20a83255ab8232c143cb2af3b4f5ab6a3f5ce495f385ad8ab4c"}, - {file = "faker-28.4.1.tar.gz", hash = "sha256:4294d169255a045990720d6f3fa4134b764a4cdf46ef0d3c7553d2506f1adaa1"}, + {file = "Faker-29.0.0-py3-none-any.whl", hash = "sha256:32d0ee7d42925ff06e4a7d906ee7efbf34f5052a41a2a1eb8bb174a422a5498f"}, + {file = "faker-29.0.0.tar.gz", hash = "sha256:34e89aec594cad9773431ca479ee95c7ce03dd9f22fda2524e2373b880a2fa77"}, ] [package.dependencies] diff --git a/pytests/iroha_torii_tests/poetry.lock b/pytests/iroha_torii_tests/poetry.lock index 519d17c8fe5..f3aa0f61b91 100644 --- a/pytests/iroha_torii_tests/poetry.lock +++ b/pytests/iroha_torii_tests/poetry.lock @@ -230,13 +230,13 @@ files = [ [[package]] name = "faker" -version = "28.4.1" +version = "29.0.0" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.8" files = [ - {file = "Faker-28.4.1-py3-none-any.whl", hash = "sha256:e59c01d1e8b8e20a83255ab8232c143cb2af3b4f5ab6a3f5ce495f385ad8ab4c"}, - {file = "faker-28.4.1.tar.gz", hash = "sha256:4294d169255a045990720d6f3fa4134b764a4cdf46ef0d3c7553d2506f1adaa1"}, + {file = "Faker-29.0.0-py3-none-any.whl", hash = "sha256:32d0ee7d42925ff06e4a7d906ee7efbf34f5052a41a2a1eb8bb174a422a5498f"}, + {file = "faker-29.0.0.tar.gz", hash = "sha256:34e89aec594cad9773431ca479ee95c7ce03dd9f22fda2524e2373b880a2fa77"}, ] [package.dependencies] @@ -806,4 +806,4 @@ test = ["websockets"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "4475e67ad025f7a471d868bc049b80cf9e9eae16b32dae53bf1177e240eb7d68" +content-hash = "1987e93a47ea74472526872c9e7302c2ab5b072dcea0bf794a7d2229b1aa51df" diff --git a/pytests/iroha_torii_tests/pyproject.toml b/pytests/iroha_torii_tests/pyproject.toml index 14fac199f16..fe710436155 100644 --- a/pytests/iroha_torii_tests/pyproject.toml +++ b/pytests/iroha_torii_tests/pyproject.toml @@ -12,7 +12,7 @@ pytest = "^8.3.3" websocket-client = "^1.8.0" allure-pytest = "^2.13.5" python-dotenv = "^1.0.1" -faker = "^28.4.1" +faker = "^29.0.0" jsonschema = "^4.23.0" pyyaml = "^6.0.2" toml = "^0.10.2"