Skip to content

Commit 4b4256c

Browse files
Bump ruff from 0.3.7 to 0.4.7 (#352)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.7 to 0.4.7. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@v0.3.7...v0.4.7) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 40ab290 commit 4b4256c

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

poetry.lock

+19-19
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.20.0", python = "^3.10"}
4545
mypy = "^1.10"
46-
ruff = "^0.3.5"
46+
ruff = ">=0.3.5,<0.5.0"
4747

4848
# test
4949
pytest = "^8.1.0"

0 commit comments

Comments
 (0)