Skip to content

Commit aaffac9

Browse files
authoredJul 8, 2024
Merge pull request #53 from reiniscimurs/dependabot/pip/ruff-0.5.1
Bump ruff from 0.5.0 to 0.5.1
2 parents 79af90b + 535fe71 commit aaffac9

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed
 

‎poetry.lock

+21-21
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.0"
54+
ruff = "^0.5.1"
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.0"
77+
ruff = "^0.5.1"
7878

7979

8080
[tool.poetry.group.tests]

0 commit comments

Comments
 (0)
Failed to load comments.