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"]