Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down
Loading