Skip to content

Commit e8c1ba5

Browse files
build(deps): bump the dependencies group across 1 directory with 8 updates (#302)
Bumps the dependencies group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [install-playwright](https://github.com/eggplants/install-playwright-python) | `0.1.0` | `0.1.1` | | [playwright](https://github.com/microsoft/playwright-python) | `1.51.0` | `1.56.0` | | [mypy](https://github.com/python/mypy) | `1.14.1` | `1.19.0` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `3.8.0` | `4.5.0` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.5` | `9.0.1` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.24.0` | `1.3.0` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `5.0.0` | `7.0.0` | | [pdoc](https://github.com/mitmproxy/pdoc) | `15.0.1` | `16.0.0` | Updates `install-playwright` from 0.1.0 to 0.1.1 - [Release notes](https://github.com/eggplants/install-playwright-python/releases) - [Commits](eggplants/install-playwright-python@v0.1.0...v0.1.1) Updates `playwright` from 1.51.0 to 1.56.0 - [Release notes](https://github.com/microsoft/playwright-python/releases) - [Commits](microsoft/playwright-python@v1.51.0...v1.56.0) Updates `mypy` from 1.14.1 to 1.19.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.14.1...v1.19.0) Updates `pre-commit` from 3.8.0 to 4.5.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v3.8.0...v4.5.0) Updates `pytest` from 8.3.5 to 9.0.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.3.5...9.0.1) Updates `pytest-asyncio` from 0.24.0 to 1.3.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.24.0...v1.3.0) Updates `pytest-cov` from 5.0.0 to 7.0.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v5.0.0...v7.0.0) Updates `pdoc` from 15.0.1 to 16.0.0 - [Changelog](https://github.com/mitmproxy/pdoc/blob/main/CHANGELOG.md) - [Commits](mitmproxy/pdoc@v15.0.1...v16) --- updated-dependencies: - dependency-name: install-playwright dependency-version: 0.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: playwright dependency-version: 1.56.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: mypy dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: pre-commit dependency-version: 4.5.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: pytest dependency-version: 9.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: pytest-asyncio dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: pdoc dependency-version: 16.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 813c1a8 commit e8c1ba5

2 files changed

Lines changed: 490 additions & 337 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ scripts.deepl = "deepl.main:main"
3535

3636
[dependency-groups]
3737
dev = [
38-
"mypy>=1,<1.15",
39-
"pre-commit>=2.20,<4",
40-
"pytest>=7.2.2,<9",
41-
"pytest-asyncio>=0.21,<0.25",
42-
"pytest-cov>=4,<6",
38+
"mypy>=1,<1.20",
39+
"pre-commit>=2.20,<5",
40+
"pytest>=7.2.2,<10",
41+
"pytest-asyncio>=0.21,<1.4",
42+
"pytest-cov>=4,<8",
4343
"taskipy>=1.10.3,<2",
4444
]
4545
docs = [ "pdoc" ]

0 commit comments

Comments
 (0)