Skip to content

Commit

Permalink
Merge branch 'main' into 64-get_private_member_counts-raise-exception…
Browse files Browse the repository at this point in the history
…-if-active-members=0
  • Loading branch information
elliot-100 authored Nov 21, 2023
2 parents 740a470 + aa25fc8 commit d866ab8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v3
Expand Down
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 d866ab8

Please sign in to comment.