Skip to content

Commit

Permalink
Bump the python-packages group across 1 directory with 6 updates (#277)
Browse files Browse the repository at this point in the history
Bumps the python-packages group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [h5py](https://github.com/h5py/h5py) | `3.10.0` | `3.11.0` |
| [black](https://github.com/psf/black) | `24.3.0` | `24.4.2` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.1.1` | `8.2.1` |
| [requests](https://github.com/psf/requests) | `2.31.0` | `2.32.3` |
| [pylint](https://github.com/pylint-dev/pylint) | `3.1.0` | `3.2.2` |
| [mypy](https://github.com/python/mypy) | `1.9.0` | `1.10.0` |



Updates `h5py` from 3.10.0 to 3.11.0
- [Release notes](https://github.com/h5py/h5py/releases)
- [Changelog](https://github.com/h5py/h5py/blob/master/docs/release_guide.rst)
- [Commits](h5py/h5py@3.10.0...3.11.0)

Updates `black` from 24.3.0 to 24.4.2
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@24.3.0...24.4.2)

Updates `pytest` from 8.1.1 to 8.2.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.1.1...8.2.1)

Updates `requests` from 2.31.0 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.31.0...v2.32.3)

Updates `pylint` from 3.1.0 to 3.2.2
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.1.0...v3.2.2)

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

---
updated-dependencies:
- dependency-name: h5py
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: black
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: requests
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: pylint
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: mypy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Samuel Jones <[email protected]>
  • Loading branch information
dependabot[bot] and Pasarus authored Jun 5, 2024
1 parent 0054939 commit 0bc9ebb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ readme = "README.md"
version = "0.0.1"
dependencies = [
"pika==1.3.2",
"h5py==3.10.0"
"h5py==3.11.0"
]


Expand All @@ -16,19 +16,19 @@ run-detection = "rundetection.run_detection:main"

[project.optional-dependencies]
formatting = [
"black==24.3.0"
"black==24.4.2"
]

test = [
"pytest==8.1.1",
"pytest==8.2.1",
"pytest-cov==5.0.0",
"requests==2.31.0",
"requests==2.32.3",
"pytest-random-order==1.1.1"
]

code-inspection = [
"pylint==3.1.0",
"mypy==1.9.0",
"pylint==3.2.2",
"mypy==1.10.0",
"run-detection[test]"
]

Expand Down

0 comments on commit 0bc9ebb

Please sign in to comment.