From 44b9aa556274fa259b13bccb61710a1133aec228 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 04:36:26 +0000 Subject: [PATCH] Package Update: Bump ruff from 0.0.290 to 0.1.7 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.290 to 0.1.7. - [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.0.290...v0.1.7) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/requirements.in b/requirements.in index bc2f5f7..14da417 100644 --- a/requirements.in +++ b/requirements.in @@ -3,6 +3,6 @@ Flask ~= 3.0.0 flake8 ~= 6.1.0 pytest ~= 7.4.2 pytest-cov ~= 4.1.0 -ruff ~= 0.0.290 +ruff ~= 0.1.7 slack_bolt ~= 1.18.0 tabulate ~= 0.9.0 diff --git a/requirements.txt b/requirements.txt index d256d7f..0f4fdc9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,9 @@ click==8.1.3 # black # flask coverage[toml]==7.0.4 - # via pytest-cov + # via + # coverage + # pytest-cov flake8==6.1.0 # via -r requirements.in flask==3.0.0 @@ -52,7 +54,7 @@ pytest==7.4.2 # pytest-cov pytest-cov==4.1.0 # via -r requirements.in -ruff==0.0.290 +ruff==0.1.7 # via -r requirements.in slack-bolt==1.18.0 # via -r requirements.in