From 7ecc6ad0bd7a435c804ef80ccea20e5d01b129c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 09:03:21 +0000 Subject: [PATCH] chore: bump ruff from 0.1.3 to 0.1.4 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.3 to 0.1.4. - [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.3...v0.1.4) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.dev.txt | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/requirements.dev.txt b/requirements.dev.txt index b050dd7..27e4081 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -69,16 +69,24 @@ pytest-mock==3.12.0 # via -r requirements.dev.in pyyaml==6.0.1 # via pre-commit -ruff==0.1.3 +ruff==0.1.4 # via -r requirements.dev.in six==1.16.0 # via # asttokens # virtualenv tomli==2.0.1 - # via pep517 + # via + # black + # build + # mypy + # pep517 + # pip-tools + # pytest typing-extensions==4.7.1 - # via mypy + # via + # black + # mypy virtualenv==20.13.3 # via pre-commit wheel==0.38.1