Skip to content

Commit fb0f7d5

Browse files
Merge pull request #54 from reiniscimurs/dependabot/pip/ruff-0.5.2
Bump ruff from 0.5.1 to 0.5.2
2 parents aaffac9 + caf3ff1 commit fb0f7d5

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ classifiers = [
5151

5252
[tool.poetry.dependencies]
5353
python = "^3.9"
54-
ruff = "^0.5.1"
54+
ruff = "^0.5.2"
5555
catkin-pkg = "^1.0.0"
5656
lark = "^1.1.9"
5757
numpy = "^2.0"
@@ -74,7 +74,7 @@ optional = true
7474

7575

7676
[tool.poetry.group.linters.dependencies]
77-
ruff = "^0.5.1"
77+
ruff = "^0.5.2"
7878

7979

8080
[tool.poetry.group.tests]

0 commit comments

Comments
 (0)