Skip to content

Commit c48c3b3

Browse files
build(deps-dev): bump ruff from 0.1.6 to 0.1.7 (python-semantic-release#769)
* build(deps-dev): bump ruff from 0.1.6 to 0.1.7 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.6 to 0.1.7. - [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.1.6...v0.1.7) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * ci: remove hardcoded ruff version in workflows --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bernard Cooke <bernard-cooke@hotmail.com>
1 parent 0400d7b commit c48c3b3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
uses: actions/checkout@v3
8484

8585
- name: Install Ruff
86-
run: python -m pip install ruff==0.1.2
86+
run: python -m pip install ".[dev]"
8787

8888
- name: Format
8989
run: |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ test = [
6767
"requests-mock>=1.10.0,<2",
6868
"types-pytest-lazy-fixture>=0.6.3.3",
6969
]
70-
dev = ["pre-commit", "tox", "ruff==0.1.6"]
70+
dev = ["pre-commit", "tox", "ruff==0.1.7"]
7171
mypy = ["mypy", "types-requests"]
7272

7373
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)