Skip to content

Commit

Permalink
Changed: Update dev/test dependencies: mypy, ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
elliot-100 committed Nov 21, 2023
1 parent 3e35b9d commit 5eaf4e3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ and this project tries to adhere to [Semantic Versioning](https://semver.org/spe
Historic and pre-release versions aren't necessarily included.


## UNRELEASED - TBC

### Changed

- Update dev/test dependencies: mypy, ruff


## [0.5.0] - 2023-11-09

### Added
Expand All @@ -24,6 +31,7 @@ Historic and pre-release versions aren't necessarily included.
### Changed

- Update dependencies: requests, playwright

- Update dev/test dependencies: black, mypy, ruff, types-requests


Expand All @@ -43,6 +51,7 @@ Historic and pre-release versions aren't necessarily included.
### Added

- PEP 561 typing compatibility

- Documentation: Explain how to install playwright system dependencies

### Changed
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ playwright = "^1.39.0"
[tool.poetry.group.dev.dependencies]
black = "^23.11.0"
isort = "^5.12.0"
ruff = "^0.1.5"
ruff = "^0.1.6"

[tool.poetry.group.test.dependencies]
mypy = "^1.6.1"
mypy = "^1.7.0"
pytest = "^7.4.2"
types-requests = "^2.31.0.10"
types-beautifulsoup4 = "^4.12.0.6"
Expand Down

0 comments on commit 5eaf4e3

Please sign in to comment.