Skip to content

Commit

Permalink
Merge pull request #108 from elliot-100/dev-deps
Browse files Browse the repository at this point in the history
dev-deps: Bump mypy, pytest and require compatible versions; match types versions to their modules as far as feasible
  • Loading branch information
elliot-100 authored Feb 10, 2025
2 parents fdd18d4 + 64dc9cf commit d85ac7c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ playwright = ">=1.39.0"
ruff = "~0.9.5"

[tool.poetry.group.test.dependencies]
mypy = ">=1.11.1"
pytest = ">=7.4.4"
types-requests = ">=2.32.0"
types-beautifulsoup4 = ">=4.12.0"
mypy = "~1.14.1"
pytest = "~8.3.4"
types-requests = ">=2.23" # match `requests` requirement
types-beautifulsoup4 = ">=4.12" # match `beautifulsoup4` requirement

[tool.mypy]
strict = true
Expand Down

0 comments on commit d85ac7c

Please sign in to comment.