Skip to content

Commit

Permalink
Update ruff requirement from <0.6.9,>0.0.215 to >0.0.215,<0.6.10
Browse files Browse the repository at this point in the history
Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version.
- [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.0.216...0.6.9)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent c38338c commit a268aed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies = [
[project.optional-dependencies]
dev = [
"build>=0.9",
"ruff>0.0.215,<0.6.9",
"ruff>0.0.215,<0.6.10",
"tox>=4.16.0,<4.22",
"twine>=4.0",
]
Expand All @@ -51,7 +51,7 @@ tests = [
"pytest>=6.2,<8.4", # test framework
"pytest-console-scripts>=1.1,<1.5", # Allow automatic testing of scripts
"pytest-cov>=2.10,<5.1", # Pytest plugin for working with coverage
"ruff>0.0.215,<0.6.9",
"ruff>0.0.215,<0.6.10",
"tox>=4.16.0,<4.22", # Python test environment manager
"tqdm >= 4.63,< 4.67",
"requests_mock", # used by remote_zip tests
Expand Down

0 comments on commit a268aed

Please sign in to comment.