Skip to content

Commit

Permalink
Bump the python-dependencies-dev group with 2 updates (#2177)
Browse files Browse the repository at this point in the history
* Bump the python-dependencies-dev group with 2 updates

Bumps the python-dependencies-dev group with 2 updates: [pytest-cov](https://github.com/pytest-dev/pytest-cov) and [ruff](https://github.com/astral-sh/ruff).


Updates `pytest-cov` from 5.0.0 to 6.0.0
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-cov@v5.0.0...v6.0.0)

Updates `ruff` from 0.7.1 to 0.7.2
- [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.7.1...0.7.2)

---
updated-dependencies:
- dependency-name: pytest-cov
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: python-dependencies-dev
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-dependencies-dev
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update version reqs for pytest(-cov)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com>
Co-authored-by: Matthew Evans <7916000+ml-evs@users.noreply.github.com>
  • Loading branch information
3 people authored Nov 5, 2024
1 parent dffbc93 commit ce04b39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ docs = [
testing = [
"build~=1.0",
"jsondiff~=2.0",
"pytest>=7.2,<9.0",
"pytest-cov>=4,<6",
"pytest~=8.3",
"pytest-cov~=6.0",
"optimade[server]",
]

Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jsondiff==2.2.1
mypy==1.13.0
pre-commit==4.0.1
pytest==8.3.3
pytest-cov==5.0.0
ruff==0.7.1
pytest-cov==6.0.0
ruff==0.7.2
types-pyyaml
types-requests

0 comments on commit ce04b39

Please sign in to comment.