Skip to content

Commit

Permalink
Bump the python-packages group across 1 directory with 6 updates
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.11.0` | `3.12.1` |
| [xmltodict](https://github.com/martinblech/xmltodict) | `0.13.0` | `0.14.2` |
| [ruff](https://github.com/astral-sh/ruff) | `0.4.8` | `0.7.1` |
| [mypy](https://github.com/python/mypy) | `1.10.0` | `1.13.0` |
| [types-requests](https://github.com/python/typeshed) | `2.32.0.20240914` | `2.32.0.20241016` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.2.2` | `8.3.3` |



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

Updates `xmltodict` from 0.13.0 to 0.14.2
- [Changelog](https://github.com/martinblech/xmltodict/blob/master/CHANGELOG.md)
- [Commits](martinblech/xmltodict@v0.13.0...v0.14.2)

Updates `ruff` from 0.4.8 to 0.7.1
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@v0.4.8...0.7.1)

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

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

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

---
updated-dependencies:
- dependency-name: h5py
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: xmltodict
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: ruff
  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
- dependency-name: types-requests
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 9700772 commit b209b99
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 @@ -5,8 +5,8 @@ version = "0.0.1"
requires-python = ">= 3.11"
dependencies = [
"pika==1.3.2",
"h5py==3.11.0",
"xmltodict==0.13.0",
"h5py==3.12.1",
"xmltodict==0.14.2",
"requests==2.32.3"
]

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

[project.optional-dependencies]
formatting = [
"ruff==0.4.8",
"mypy==1.10.0",
"ruff==0.7.1",
"mypy==1.13.0",
"run-detection[test]",
"types-requests==2.32.0.20240914",
"types-requests==2.32.0.20241016",
"types-xmltodict==0.14.0.20241009"
]

test = [
"pytest==8.2.2",
"pytest==8.3.3",
"pytest-cov==5.0.0",
"requests==2.32.3",
"pytest-random-order==1.1.1"
Expand Down

0 comments on commit b209b99

Please sign in to comment.