Update ruff requirement from <=0.5.5,>=0.5.0 to >=0.5.0,<=0.6.3 (#7147)
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](https://github.com/astral-sh/ruff/compare/0.5.0...0.6.3) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
17d424fdc3
commit
657ebd17c2
|
@ -78,7 +78,7 @@ dev = [
|
||||||
"wheel>=0.36.2,<=0.44.0",
|
"wheel>=0.36.2,<=0.44.0",
|
||||||
"build>=0.10.0,<=1.2.1",
|
"build>=0.10.0,<=1.2.1",
|
||||||
"mypy>=1.10.1,<=1.11.2",
|
"mypy>=1.10.1,<=1.11.2",
|
||||||
"ruff>=0.5.0,<=0.5.5",
|
"ruff>=0.5.0,<=0.6.3",
|
||||||
"types-certifi>=2021.10.8.3,<=2021.10.8.3",
|
"types-certifi>=2021.10.8.3,<=2021.10.8.3",
|
||||||
"types-Flask>=1.1.6,<=1.1.6",
|
"types-Flask>=1.1.6,<=1.1.6",
|
||||||
"types-Werkzeug>=1.0.9,<=1.0.9",
|
"types-Werkzeug>=1.0.9,<=1.0.9",
|
||||||
|
|
Loading…
Reference in New Issue