Skip to content

Commit

Permalink
chore(deps): bump the deps group across 2 directories with 4 updates
Browse files Browse the repository at this point in the history
Bumps the deps group with 4 updates in the /pytests/iroha_cli_tests directory: [faker](https://github.com/joke2k/faker), [cryptography](https://github.com/pyca/cryptography), [pytest](https://github.com/pytest-dev/pytest) and [pylint](https://github.com/pylint-dev/pylint).
Bumps the deps group with 2 updates in the /pytests/iroha_torii_tests directory: [faker](https://github.com/joke2k/faker) and [pytest](https://github.com/pytest-dev/pytest).


Updates `faker` from 33.0.0 to 33.1.0
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](joke2k/faker@v33.0.0...v33.1.0)

Updates `cryptography` from 43.0.3 to 44.0.0
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@43.0.3...44.0.0)

Updates `pytest` from 8.3.3 to 8.3.4
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.3.3...8.3.4)

Updates `pylint` from 3.3.1 to 3.3.2
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.3.1...v3.3.2)

Updates `faker` from 30.8.2 to 33.1.0
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](joke2k/faker@v33.0.0...v33.1.0)

Updates `pytest` from 8.3.3 to 8.3.4
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.3.3...8.3.4)

---
updated-dependencies:
- dependency-name: faker
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: cryptography
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: deps
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: pylint
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: faker
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: deps
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 13d953d commit 9355e0d
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 59 deletions.
96 changes: 48 additions & 48 deletions pytests/iroha_cli_tests/poetry.lock

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

2 changes: 1 addition & 1 deletion pytests/iroha_cli_tests/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ black = "*"
flake8 = "*"

[tool.poetry.group.dev.dependencies]
pylint = "^3.3.1"
pylint = "^3.3.2"
isort = "^5.13.2"

[build-system]
Expand Down
16 changes: 8 additions & 8 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 @@ -8,11 +8,11 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
requests = "^2.32.3"
pytest = "^8.3.3"
pytest = "^8.3.4"
websocket-client = "^1.8.0"
allure-pytest = "^2.13.5"
python-dotenv = "^1.0.1"
faker = "^30.8.2"
faker = "^33.1.0"
jsonschema = "^4.23.0"
pyyaml = "^6.0.2"
toml = "^0.10.2"
Expand Down

0 comments on commit 9355e0d

Please sign in to comment.