Skip to content

Commit

Permalink
⬆️ Bump the production-dependencies group across 1 directory with 3 u…
Browse files Browse the repository at this point in the history
…pdates

Bumps the production-dependencies group with 3 updates in the / directory: [rich](https://github.com/Textualize/rich), [nibabel](https://github.com/nipy/nibabel) and [pyarrow](https://github.com/apache/arrow).


Updates `rich` from 13.9.2 to 13.9.4
- [Release notes](https://github.com/Textualize/rich/releases)
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
- [Commits](Textualize/rich@v13.9.2...v13.9.4)

Updates `nibabel` from 5.3.1 to 5.3.2
- [Release notes](https://github.com/nipy/nibabel/releases)
- [Changelog](https://github.com/nipy/nibabel/blob/master/Changelog)
- [Commits](nipy/nibabel@5.3.1...5.3.2)

Updates `pyarrow` from 17.0.0 to 18.0.0
- [Release notes](https://github.com/apache/arrow/releases)
- [Commits](apache/arrow@go/v17.0.0...apache-arrow-18.0.0)

---
updated-dependencies:
- dependency-name: rich
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: nibabel
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: pyarrow
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent 199b754 commit 05bf4b3
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 50 deletions.
99 changes: 51 additions & 48 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ bids2table = {version = "0.1.0", markers = "extra == 'tsconcat'"}
coveralls = {version = "*", optional = true}
elbow = {version = "0.1.1", markers = "extra == 'tsconcat'"}
imagesize = {version = "*", optional = true}
nibabel = {version = "5.3.1", markers = "extra == 'tsconcat'"}
pyarrow = {version = "17.0.0", markers = "extra == 'tsconcat'"}
nibabel = {version = "5.3.2", markers = "extra == 'tsconcat'"}
pyarrow = {version = "18.0.0", markers = "extra == 'tsconcat'"}
pytest = {version = "*", optional = true}
pytest-cov = {version = "*", optional = true}
pytest-remotedata = {version = ">=0.3.2", optional = true}
Expand Down

0 comments on commit 05bf4b3

Please sign in to comment.