From 1f83fa47b9029b7e821b2c3ab655bf1c45ac99da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 17:16:10 +0000 Subject: [PATCH] build(deps-dev): bump ruff from 0.14.0 to 0.14.1 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.0 to 0.14.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/0.14.0...0.14.1) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index cb0c5c52..e252d0c6 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -12,6 +12,8 @@ asv==0.6.5 # via -r requirements-dev.in asv-runner==0.2.1 # via asv +backports-asyncio-runner==1.2.0 + # via pytest-asyncio build==1.3.0 # via asv cachetools==6.2.0 @@ -121,7 +123,7 @@ pyyaml==6.0.3 # pre-commit requests==2.32.5 # via -r requirements-dev.in -ruff==0.14.0 +ruff==0.14.1 # via -r requirements-dev.in sqlparse==0.5.3 # via django