mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-01 18:27:18 +00:00
Update ruff requirement from <=0.9.9,>=0.5.0 to >=0.5.0,<=0.11.2 (#7633)
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.11.2) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.11.2 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
9653f7d49c
commit
efe477d5dd
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ dev = [
|
|||
"wheel>=0.36.2,<=0.45.1",
|
||||
"build>=0.10.0,<=1.2.2.post1",
|
||||
"mypy>=1.10.1,<=1.15.0",
|
||||
"ruff>=0.5.0,<=0.9.9",
|
||||
"ruff>=0.5.0,<=0.11.2",
|
||||
"types-certifi>=2021.10.8.3,<=2021.10.8.3",
|
||||
"types-Flask>=1.1.6,<=1.1.6",
|
||||
"types-Werkzeug>=1.0.9,<=1.0.9",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue