Skip to content

Commit

Permalink
build(deps-dev): bump ruff from 0.1.8 to 0.1.11 (#792)
Browse files Browse the repository at this point in the history
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.8 to 0.1.11.
- [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.8...v0.1.11)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 3, 2024
1 parent bd50081 commit 6835fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ test = [
"requests-mock>=1.10.0,<2",
"types-pytest-lazy-fixture>=0.6.3.3",
]
dev = ["pre-commit", "tox", "ruff==0.1.8"]
dev = ["pre-commit", "tox", "ruff==0.1.11"]
mypy = ["mypy", "types-requests"]

[tool.pytest.ini_options]
Expand Down

0 comments on commit 6835fca

Please sign in to comment.