From 2c5679c0e31f8fca1cf804a45a7ee7c303d2d0d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 01:37:50 +0000 Subject: [PATCH] build: bump ruff in the python-minor-and-patch group Bumps the python-minor-and-patch group with 1 update: [ruff](https://github.com/astral-sh/ruff). Updates `ruff` from 0.16.4 to 0.16.5 - [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.16.4...0.16.5) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-minor-and-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3733ea9..e196ff0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ keywords = ["instagram", "monitoring", "tracking", "real-time", "osint", "instal test = ["build>=1.2", "pytest>=7.0", "pyyaml>=6.0", "setuptools>=61.0", "wheel"] e2e = ["playwright>=1.49", "pytest>=7.0"] # Pinned so a new ruff release cannot fail CI on a rule that did not exist when the change was written -lint = ["ruff==0.16.4"] +lint = ["ruff==0.16.5"] # Needed only to import Chrome/Brave/Chromium sessions (--browser chrome|brave|chromium); macOS and Linux only browser = ["pycookiecheat>=0.8"]