Skip to content

Commit

Permalink
Bump ruff from 0.5.2 to 0.6.9
Browse files Browse the repository at this point in the history
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.5.2 to 0.6.9.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.5.2...0.6.9)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and zanieb committed Oct 7, 2024
1 parent 29dd0cd commit 8b2b5f7
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 19 deletions.
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.

1 change: 1 addition & 0 deletions tests/_fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
import pytest
from poetry.console.application import Application as PoetryApplication
from poetry.utils.env import EnvManager, VirtualEnv

from poetry_relax._core import POETRY_VERSION

from ._utilities import check_paths_relative, tmpchdir
Expand Down
1 change: 1 addition & 0 deletions tests/_utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
from poetry.console.application import Application as PoetryApplication
from poetry.core.packages.dependency_group import MAIN_GROUP
from poetry.utils.env import EnvManager

from poetry_relax._core import PoetryConsoleError

PYPROJECT = "pyproject.toml"
Expand Down
1 change: 1 addition & 0 deletions tests/test_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
from cleo.io.outputs.output import Verbosity
from poetry.console.application import Application as PoetryApplication
from poetry.utils.env import VirtualEnv

from poetry_relax import RelaxCommand

from ._utilities import (
Expand Down

0 comments on commit 8b2b5f7

Please sign in to comment.