Skip to content
This repository has been archived by the owner on Nov 24, 2024. It is now read-only.

chore(deps-dev): bump ruff from 0.2.2 to 0.3.0 #51

Merged
merged 1 commit into from
Mar 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(deps-dev): bump ruff from 0.2.2 to 0.3.0
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.2.2 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.2...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>
  • Loading branch information
dependabot[bot] authored Mar 1, 2024
commit d9d96206e8e4fcd2a4c262a49401ce01b11379b6
38 changes: 19 additions & 19 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ napalm = ">=4.0,<4.2"

[tool.poetry.group.dev.dependencies]
pytest = ">=7.4.4,<8.1.0"
ruff = ">=0.1.11,<0.3.0"
ruff = ">=0.1.11,<0.4.0"

[build-system]
requires = ["poetry-core"]
Loading