Skip to content

Commit

Permalink
Bump ruff from 0.5.1 to 0.5.2 in /rpc
Browse files Browse the repository at this point in the history
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.5.1 to 0.5.2.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.5.1...0.5.2)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent 7992be4 commit 4d02c68
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 21 deletions.
46 changes: 26 additions & 20 deletions rpc/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 rpc/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ aries-cloudagent = { version = ">=0.10.3, < 1.0.0", optional = true }
aca-py = ["aries-cloudagent"]

[tool.poetry.dev-dependencies]
ruff = "^0.5.0"
ruff = "^0.5.2"
black = "~24.4.2"
pytest = "^8.2.0"
pytest-asyncio = "~0.23.7"
Expand Down

0 comments on commit 4d02c68

Please sign in to comment.