Skip to content

Commit 496fb0e

Browse files
Bump ruff from 0.2.0 to 0.3.0
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.2.0 to 0.3.0. - [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.2.0...v0.3.0) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a567a60 commit 496fb0e

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
@@ -36,7 +36,7 @@ PyGithub = "2.2.0"
3636
[tool.poetry.group.dev.dependencies]
3737
pytest = "8.0.0"
3838
pytest-testdox = "^3.0.1"
39-
ruff = ">=0.1.5,<0.3.0"
39+
ruff = ">=0.1.5,<0.4.0"
4040
pre-commit = "^3.5.0"
4141

4242
# Ref: https://python-poetry.org/docs/pyproject/#scripts

0 commit comments

Comments
 (0)