Skip to content
Open
Show file tree
Hide file tree
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 @@ -59,7 +59,7 @@ playwright = ["playwright>=1.40.0"]
puppeteer = ["pyppeteer>=1.0.2"]
selenium = ["selenium>=4.15.0"]
# Mirrors requirements-dev.txt, by hand, like the rest of this file.
dev = ["pytest>=7.0", "ruff~=0.14", "mypy~=1.18", "types-requests~=2.32"]
dev = ["pytest>=7.0", "ruff~=0.14", "mypy>=1.18,<3.0", "types-requests~=2.32"]

[tool.setuptools]
# This repo is a flat collection of standalone scripts, not a package
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pytest>=7.0
# default worth copying, because Ruff's defaults here would demand Python
# 3.10+ syntax from a package that supports and tests 3.9.
ruff~=0.14
mypy~=1.18
mypy>=1.18,<3.0

# Type stubs for the one third-party library the mypy-gated modules
# import (notify.py posts the run summary with requests). Without
Expand Down
Loading