Skip to content

Commit 5041d90

Browse files
chore(deps): bump the pipenv group in /services/datalad with 5 updates
Bumps the pipenv group in /services/datalad with 5 updates: | Package | From | To | | --- | --- | --- | | [boto3](https://github.com/boto/boto3) | `1.36.11` | `1.37.4` | | [pygithub](https://github.com/pygithub/pygithub) | `2.5.0` | `2.6.1` | | [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.20.0` | `2.22.0` | | [bidsschematools](https://github.com/bids-standard/bids-specification) | `1.0.0` | `1.0.3` | | [coverage](https://github.com/nedbat/coveragepy) | `7.6.10` | `7.6.12` | Updates `boto3` from 1.36.11 to 1.37.4 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.36.11...1.37.4) Updates `pygithub` from 2.5.0 to 2.6.1 - [Release notes](https://github.com/pygithub/pygithub/releases) - [Changelog](https://github.com/PyGithub/PyGithub/blob/v2.6.1/doc/changes.rst) - [Commits](PyGithub/PyGithub@v2.5.0...v2.6.1) Updates `sentry-sdk` from 2.20.0 to 2.22.0 - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](getsentry/sentry-python@2.20.0...2.22.0) Updates `bidsschematools` from 1.0.0 to 1.0.3 - [Release notes](https://github.com/bids-standard/bids-specification/releases) - [Changelog](https://github.com/bids-standard/bids-specification/blob/master/Release_Protocol.md) - [Commits](bids-standard/bids-specification@schema-1.0.0...schema-1.0.3) Updates `coverage` from 7.6.10 to 7.6.12 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.6.10...7.6.12) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pipenv - dependency-name: pygithub dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pipenv - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pipenv - dependency-name: bidsschematools dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pipenv - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pipenv ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 22f7118 commit 5041d90

File tree

2 files changed

+280
-266
lines changed

2 files changed

+280
-266
lines changed

services/datalad/Pipfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ requests = "*"
1818
PyJWT = ">=2"
1919
boto3 = "*"
2020
pygit2 = "==1.17.0"
21-
pygithub = "==2.5.0"
21+
pygithub = "==2.6.1"
2222
charset-normalizer = "*"
2323
uvicorn = {extras = ["standard"], version = "*"}
2424
aiofiles = "*"
2525
aioshutil = "*"
2626
sentry-sdk = {extras = ["falcon"], version = "*"}
27-
bidsschematools = "==1.0.0"
27+
bidsschematools = "==1.0.3"

0 commit comments

Comments
 (0)