Skip to content

Commit 2023c04

Browse files
Bump ruff from 0.7.3 to 0.8.1
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.7.3 to 0.8.1. - [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.7.3...0.8.1) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6e8de54 commit 2023c04

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

poetry.lock

+20-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ pycryptodome = "^3.19.1"
4343
[tool.poetry.group.dev.dependencies]
4444
ipython = {version = "^8.29.0", python = "^3.10"}
4545
mypy = "^1.11.2"
46-
ruff = "^0.7.3"
46+
ruff = ">=0.7.3,<0.9.0"
4747

4848
[tool.poetry.group.test.dependencies]
4949
pytest = "^8.3.3"

0 commit comments

Comments
 (0)