Skip to content

Commit

Permalink
chore(deps): bump the deps group across 2 directories with 2 updates (#…
Browse files Browse the repository at this point in the history
…5152)

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 2 updates in the /pytests/iroha_torii_tests directory: [faker](https://github.com/joke2k/faker) and [types-requests](https://github.com/python/typeshed).


Updates `faker` from 30.3.0 to 30.5.0
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](joke2k/faker@v30.3.0...v30.5.0)

Updates `faker` from 30.3.0 to 30.5.0
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](joke2k/faker@v30.3.0...v30.5.0)

Updates `types-requests` from 2.32.0.20240914 to 2.32.0.20241016
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: faker
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: faker
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: types-requests
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 17, 2024
1 parent f36f81d commit 6093798
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions pytests/iroha_cli_tests/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions pytests/iroha_torii_tests/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pytests/iroha_torii_tests/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ pytest = "^8.3.3"
websocket-client = "^1.8.0"
allure-pytest = "^2.13.5"
python-dotenv = "^1.0.1"
faker = "^30.3.0"
faker = "^30.5.0"
jsonschema = "^4.23.0"
pyyaml = "^6.0.2"
toml = "^0.10.2"
black = "^24.10.0"
mypy = "^1.12.0"
flake8 = "^7.1.1"
types-toml = "^0.10.8.20240310"
types-requests = "^2.32.0.20240914"
types-requests = "^2.32.0.20241016"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 6093798

Please sign in to comment.