Skip to content

Commit

Permalink
build(deps): Bump the pip-version group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the pip-version group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [cmake](https://github.com/scikit-build/cmake-python-distributions) | `3.28.3` | `3.29.0.1` |
| [coverage](https://github.com/nedbat/coveragepy) | `7.4.3` | `7.4.4` |
| [cython](https://github.com/cython/cython) | `3.0.9` | `3.0.10` |
| [gitpython](https://github.com/gitpython-developers/GitPython) | `3.1.42` | `3.1.43` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.0.2` | `8.1.1` |


Updates `cmake` from 3.28.3 to 3.29.0.1
- [Release notes](https://github.com/scikit-build/cmake-python-distributions/releases)
- [Changelog](https://github.com/scikit-build/cmake-python-distributions/blob/main/HISTORY.rst)
- [Commits](scikit-build/cmake-python-distributions@3.28.3...3.29.0.1)

Updates `coverage` from 7.4.3 to 7.4.4
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.4.3...7.4.4)

Updates `cython` from 3.0.9 to 3.0.10
- [Release notes](https://github.com/cython/cython/releases)
- [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst)
- [Commits](cython/cython@3.0.9...3.0.10)

Updates `gitpython` from 3.1.42 to 3.1.43
- [Release notes](https://github.com/gitpython-developers/GitPython/releases)
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
- [Commits](gitpython-developers/GitPython@3.1.42...3.1.43)

Updates `pytest` from 8.0.2 to 8.1.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.0.2...8.1.1)

---
updated-dependencies:
- dependency-name: cmake
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-version
- dependency-name: coverage
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-version
- dependency-name: cython
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-version
- dependency-name: gitpython
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-version
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-version
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent d05d9f6 commit 73fd61e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions requirements/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
ase==3.22.1
cmake==3.28.3
coverage==7.4.3
cython==3.0.9
cmake==3.29.0.1
coverage==7.4.4
cython==3.0.10
dynasor==1.1.1; platform_system != "Windows"
GitPython==3.1.42
GitPython==3.1.43
gsd==3.2.1
matplotlib>=3.0.0
numpy==1.26.4
pillow>=8.0.0 --only-binary=pillow
pytest==8.0.2
pytest==8.1.1
pytest-cov==4.1.0
rowan==1.3.0.post1
scikit-build==0.17.6
Expand Down

0 comments on commit 73fd61e

Please sign in to comment.