From 5f325c365766f5331cba1d4e454a7e8af68dd0a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 15:35:35 -0800 Subject: [PATCH] chore(deps-dev): bump ruff from 0.1.11 to 0.1.14 (#2767) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.11 to 0.1.14. - [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/v0.1.11...v0.1.14) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 1c1db9cd54..d571358bc6 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,7 +3,7 @@ black==23.12.1 pylint==3.0.3 -ruff==0.1.11 +ruff==0.1.14 mypy==1.8.0 types-aiofiles types-requests