From 6d7df6d81b8775acac90956e5d8686460e6c2149 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Mar 2024 16:08:03 -0400 Subject: [PATCH] build(deps-dev): bump ruff from 0.3.3 to 0.3.4 (#872) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.3 to 0.3.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.3.3...v0.3.4) --- 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 c562bc92c..413e49683 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ test = [ "requests-mock>=1.10.0,<2", "types-pytest-lazy-fixture>=0.6.3.3", ] -dev = ["pre-commit", "tox", "ruff==0.3.3"] +dev = ["pre-commit", "tox", "ruff==0.3.4"] mypy = ["mypy", "types-requests"] [tool.pytest.ini_options]