From 9b363db07f19692d319804ccffce23b72d759839 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jun 2023 11:01:31 -0600 Subject: [PATCH] build(deps-dev): bump ruff from 0.0.274 to 0.0.275 (#1170) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.274 to 0.0.275. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.0.274...v0.0.275) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 51bcc5c5a..eef042723 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ test = [ "pytest-mock~=3.10", "pytest-recording~=0.12", "pytest~=7.3", - "ruff==0.0.274", + "ruff==0.0.275", "types-html5lib~=1.1", "types-orjson~=3.6", "types-python-dateutil~=2.8",