From e0d47c3f36472c8516dccf34c88e543d932ec179 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 04:09:11 +0000 Subject: [PATCH] Package Update: Bump ruff from 0.0.290 to 0.1.1 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.290 to 0.1.1. - [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.1) --- 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 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index bc2f5f7..921e383 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.1 slack_bolt ~= 1.18.0 tabulate ~= 0.9.0 diff --git a/requirements.txt b/requirements.txt index dd9571e..41dbeb2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -52,7 +52,7 @@ pytest==7.4.2 # pytest-cov pytest-cov==4.1.0 # via -r requirements.in -ruff==0.0.290 +ruff==0.1.1 # via -r requirements.in slack-bolt==1.18.0 # via -r requirements.in