From f9ef601a66b5197e80e06a477b36386bb0198930 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 08:02:03 +0200 Subject: [PATCH] Bump ruff from 0.0.292 to 0.1.1 (#506) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.292 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.292...v0.1.1) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-dev.txt | 2 +- requirements-test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index d63480a0..2cd36b74 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,3 +1,3 @@ black==23.10.0 pre-commit==3.5.0 -ruff==0.0.292 +ruff==0.1.1 diff --git a/requirements-test.txt b/requirements-test.txt index 1b378179..c8ea1fb5 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -9,5 +9,5 @@ mypy==1.5.1 pydocstyle==6.3.0 pytest==7.4.2 pytest-aiohttp==1.0.5 -ruff==0.0.292 +ruff==0.1.1 types-orjson==3.6.2