Skip to content

Commit

Permalink
chore(deps): bump the pipenv group in /services/datalad with 5 updates
Browse files Browse the repository at this point in the history
Bumps the pipenv group in /services/datalad with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [falcon](https://github.com/falconry/falcon) | `3.1.3` | `4.0.1` |
| [boto3](https://github.com/boto/boto3) | `1.35.42` | `1.35.53` |
| [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.16.0` | `2.17.0` |
| [coverage](https://github.com/nedbat/coveragepy) | `7.6.3` | `7.6.4` |
| [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `5.0.0` | `6.0.0` |


Updates `falcon` from 3.1.3 to 4.0.1
- [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.1)

Updates `boto3` from 1.35.42 to 1.35.53
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.35.42...1.35.53)

Updates `sentry-sdk` from 2.16.0 to 2.17.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.16.0...2.17.0)

Updates `coverage` from 7.6.3 to 7.6.4
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.6.3...7.6.4)

Updates `pytest-cov` from 5.0.0 to 6.0.0
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-cov@v5.0.0...v6.0.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: sentry-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pipenv
- dependency-name: coverage
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pipenv
- dependency-name: pytest-cov
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: pipenv
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent 1c1e0d3 commit cdcaf86
Show file tree
Hide file tree
Showing 2 changed files with 125 additions and 113 deletions.
2 changes: 1 addition & 1 deletion services/datalad/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ exceptiongroup = "*"
pytest-asyncio = "*"

[packages]
falcon = "==3.1.3"
falcon = "==4.0.1"
requests = "*"
PyJWT = ">=2"
boto3 = "*"
Expand Down
Loading

0 comments on commit cdcaf86

Please sign in to comment.