Skip to content

Commit bf426ac

Browse files
deps: bump the pip-dependencies group with 2 updates
Updates the requirements on [ruff](https://github.com/astral-sh/ruff) and [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. Updates `ruff` to 0.13.0 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.12.0...0.13.0) Updates `pytest-cov` to 7.0.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.13.0 dependency-type: direct:development dependency-group: pip-dependencies - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:development dependency-group: pip-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4d5346a commit bf426ac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ PyQt5 = "^5.15.11"
2727
[tool.poetry.group.dev.dependencies]
2828
pytest = "^8.2.2"
2929
mypy = "^1.10.1"
30-
ruff = "^0.12.0"
30+
ruff = "^0.13.0"
3131
pre-commit = "^4.1.0"
3232
pyyaml = "^6.0.1"
3333
matplotlib = "^3.9.1"
@@ -36,7 +36,7 @@ hypothesis = "^6.122.1"
3636
scipy-stubs = "^1.15.2"
3737
types-pyyaml = "^6.0.12"
3838
microsoft-python-type-stubs = {git = "https://github.com/microsoft/python-type-stubs.git"}
39-
pytest-cov = "^6.0.0"
39+
pytest-cov = "^7.0.0"
4040

4141

4242
[tool.ruff]

0 commit comments

Comments
 (0)