From ec4b200ab015055b681beeb3f3349192b28a59cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 16:36:40 +0000 Subject: [PATCH] chore(deps): bump the deps group across 2 directories with 1 update 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 30.8.2 to 33.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/v30.8.2...v33.0.0) Updates `faker` from 30.8.2 to 33.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/v30.8.2...v33.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] --- pytests/iroha_torii_tests/poetry.lock | 8 ++++---- pytests/iroha_torii_tests/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pytests/iroha_torii_tests/poetry.lock b/pytests/iroha_torii_tests/poetry.lock index 2df96aef81d..04524712f4a 100644 --- a/pytests/iroha_torii_tests/poetry.lock +++ b/pytests/iroha_torii_tests/poetry.lock @@ -230,13 +230,13 @@ files = [ [[package]] name = "faker" -version = "30.8.2" +version = "33.0.0" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.8" files = [ - {file = "Faker-30.8.2-py3-none-any.whl", hash = "sha256:4a82b2908cd19f3bba1a4da2060cc4eb18a40410ccdf9350d071d79dc92fe3ce"}, - {file = "faker-30.8.2.tar.gz", hash = "sha256:aa31b52cdae3673d6a78b4857c7bcdc0e98f201a5cb77d7827fa9e6b5876da94"}, + {file = "Faker-33.0.0-py3-none-any.whl", hash = "sha256:68e5580cb6b4226710886e595eabc13127149d6e71e9d1db65506a7fbe2c7fce"}, + {file = "faker-33.0.0.tar.gz", hash = "sha256:9b01019c1ddaf2253ca2308c0472116e993f4ad8fc9905f82fa965e0c6f932e9"}, ] [package.dependencies] @@ -813,4 +813,4 @@ test = ["websockets"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "bcbc7513db46db13ed0f2a6f32fbda1b39078e84e3dfc6d03991a39e1ff3536a" +content-hash = "77fd58683c7c38cd1a4da84d6a4f15cdba0dd2bc09ca2b9a18f57ab67f1a9155" diff --git a/pytests/iroha_torii_tests/pyproject.toml b/pytests/iroha_torii_tests/pyproject.toml index 1157fb98aaa..c8b8bc2d8b3 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 = "^30.8.2" +faker = "^33.0.0" jsonschema = "^4.23.0" pyyaml = "^6.0.2" toml = "^0.10.2"