Skip to content

Commit

Permalink
Bump the dependencies group across 1 directory with 6 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [mypy](https://github.com/python/mypy) | `1.10.0` | `1.10.1` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.2.1` | `8.2.2` |
| [coverage](https://github.com/nedbat/coveragepy) | `7.5.1` | `7.5.4` |
| [requests](https://github.com/psf/requests) | `2.32.1` | `2.32.3` |
| [types-requests](https://github.com/python/typeshed) | `2.31.0.20240406` | `2.32.0.20240622` |
| [opencv-python-headless](https://github.com/opencv/opencv-python) | `4.9.0.80` | `4.10.0.84` |



Updates `mypy` from 1.10.0 to 1.10.1
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.10.0...v1.10.1)

Updates `pytest` from 8.2.1 to 8.2.2
- [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.2.1...8.2.2)

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

Updates `requests` from 2.32.1 to 2.32.3
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.32.1...v2.32.3)

Updates `types-requests` from 2.31.0.20240406 to 2.32.0.20240622
- [Commits](https://github.com/python/typeshed/commits)

Updates `opencv-python-headless` from 4.9.0.80 to 4.10.0.84
- [Release notes](https://github.com/opencv/opencv-python/releases)
- [Commits](https://github.com/opencv/opencv-python/commits)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: coverage
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: requests
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: types-requests
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: opencv-python-headless
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent 7ab01ab commit 6eedb0d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
mypy==1.10.0
mypy==1.10.1
PyQt6==6.7.0
pytest==8.2.1
coverage==7.5.1
pytest==8.2.2
coverage==7.5.4
pytest-cov==5.0.0
surrogate==0.1
requests==2.32.1
types-requests==2.31.0.20240406
opencv-python-headless==4.9.0.80
requests==2.32.3
types-requests==2.32.0.20240622
opencv-python-headless==4.10.0.84

0 comments on commit 6eedb0d

Please sign in to comment.