Skip to content

Commit ae9e9e8

Browse files
chore(deps): Bump the pipenv group across 1 directory with 11 updates
Bumps the pipenv group with 10 updates in the /services/datalad directory: | Package | From | To | | --- | --- | --- | | [falcon](https://github.com/falconry/falcon) | `3.1.3` | `4.0.2` | | [boto3](https://github.com/boto/boto3) | `1.35.60` | `1.35.90` | | [pygithub](https://github.com/pygithub/pygithub) | `2.4.0` | `2.5.0` | | [uvicorn](https://github.com/encode/uvicorn) | `0.32.0` | `0.34.0` | | [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.18.0` | `2.19.2` | | [bidsschematools](https://github.com/bids-standard/bids-specification) | `0.11.3.post3` | `1.0.0` | | [datalad](https://github.com/datalad/datalad) | `1.1.3` | `1.1.5` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.3` | `8.3.4` | | [coverage](https://github.com/nedbat/coveragepy) | `7.6.4` | `7.6.10` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.24.0` | `0.25.0` | Updates `falcon` from 3.1.3 to 4.0.2 - [Release notes](https://github.com/falconry/falcon/releases) - [Changelog](https://github.com/falconry/falcon/blob/master/RELEASE.md) - [Commits](falconry/falcon@3.1.3...4.0.2) Updates `boto3` from 1.35.60 to 1.35.90 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.35.60...1.35.90) Updates `pygithub` from 2.4.0 to 2.5.0 - [Release notes](https://github.com/pygithub/pygithub/releases) - [Changelog](https://github.com/PyGithub/PyGithub/blob/main/doc/changes.rst) - [Commits](PyGithub/PyGithub@v2.4.0...v2.5.0) Updates `charset-normalizer` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/jawah/charset_normalizer/releases) - [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md) - [Commits](jawah/charset_normalizer@3.4.0...3.4.1) Updates `uvicorn` from 0.32.0 to 0.34.0 - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/docs/release-notes.md) - [Commits](Kludex/uvicorn@0.32.0...0.34.0) Updates `sentry-sdk` from 2.18.0 to 2.19.2 - [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.18.0...2.19.2) Updates `bidsschematools` from 0.11.3.post3 to 1.0.0 - [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-0.11.3.post3...schema-1.0.0) Updates `datalad` from 1.1.3 to 1.1.5 - [Release notes](https://github.com/datalad/datalad/releases) - [Changelog](https://github.com/datalad/datalad/blob/maint/CHANGELOG.md) - [Commits](datalad/datalad@1.1.3...1.1.5) Updates `pytest` from 8.3.3 to 8.3.4 - [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.3.3...8.3.4) Updates `coverage` from 7.6.4 to 7.6.10 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.6.4...7.6.10) Updates `pytest-asyncio` from 0.24.0 to 0.25.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.24.0...v0.25.0) --- updated-dependencies: - dependency-name: falcon dependency-type: direct:production update-type: version-update:semver-major dependency-group: pipenv - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pipenv - dependency-name: pygithub dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pipenv - dependency-name: charset-normalizer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pipenv - dependency-name: uvicorn 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-major dependency-group: pipenv - dependency-name: datalad dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pipenv - dependency-name: pytest dependency-type: direct:development 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 - dependency-name: pytest-asyncio dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pipenv ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f59fe01 commit ae9e9e8

File tree

2 files changed

+624
-632
lines changed

2 files changed

+624
-632
lines changed

services/datalad/Pipfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ url = "https://pypi.org/simple"
44
verify_ssl = true
55

66
[dev-packages]
7-
datalad = "==1.1.3"
7+
datalad = "==1.1.5"
88
pytest = "*"
99
coverage = "*"
1010
pytest-cov = "*"
@@ -13,15 +13,15 @@ exceptiongroup = "*"
1313
pytest-asyncio = "*"
1414

1515
[packages]
16-
falcon = "==3.1.3"
16+
falcon = "==4.0.2"
1717
requests = "*"
1818
PyJWT = ">=2"
1919
boto3 = "*"
2020
pygit2 = "==1.16.0"
21-
pygithub = "==2.4.0"
21+
pygithub = "==2.5.0"
2222
charset-normalizer = "*"
2323
uvicorn = {extras = ["standard"], version = "*"}
2424
aiofiles = "*"
2525
aioshutil = "*"
2626
sentry-sdk = {extras = ["falcon"], version = "*"}
27-
bidsschematools = "==0.11.3.post3"
27+
bidsschematools = "==1.0.0"

0 commit comments

Comments
 (0)