Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the pipenv group across 1 directory with 3 updates #3112

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 7, 2024

Bumps the pipenv group with 3 updates in the /services/datalad directory: boto3, pygit2 and datalad.

Updates boto3 from 1.34.153 to 1.34.155

Commits
  • 904f334 Merge branch 'release-1.34.155'
  • ccd90ea Bumping version to 1.34.155
  • bc4b203 Add changelog entries from botocore
  • 2447300 Merge branch 'release-1.34.154'
  • 7fcd936 Merge branch 'release-1.34.154' into develop
  • 366b907 Bumping version to 1.34.154
  • af13ba7 Add changelog entries from botocore
  • 62f3484 Merge branch 'release-1.34.153' into develop
  • See full diff in compare view

Updates pygit2 from 1.14.1 to 1.15.1

Changelog

Sourced from pygit2's changelog.

1.15.1 (2024-07-07)

  • New Repository.revert(...) #1297

  • New optional depth argument in submodules add() and update() methods #1296

  • Now Submodule.url returns None when the submodule does not have a url #1294

  • Fix use after free bug in error reporting #1299

  • Fix Submodule.head_id when the submodule is not in the current HEAD tree #1300

  • Fix Submodule.open() when subclassing Repository #1295

  • Fix error in the test suite when running with address sanitizer #1304 #1301

  • Annotations and documentation fixes #1293

1.15.0 (2024-05-18)

  • Many deprecated features have been removed, see below

  • Upgrade to libgit2 v1.8.1

  • New push_options optional argument in Repository.push(...) #1282

  • New support comparison of Oid with text string

  • Fix CheckoutNotify.IGNORED #1288

  • Use default error handler when decoding/encoding paths #537

  • Remove setuptools runtime dependency #1281

  • Coding style with ruff #1280

... (truncated)

Commits
  • 7077d21 Update sponsors list
  • 8427c85 Release 0.15.1
  • 511ccd9 CI: update cibuildwheel
  • e104528 Update changelog
  • 5b27dee Do not access freed memory in test_push_options()
  • a9c7cce Fix Submodule.head_id if submodule isn't in superproject HEAD tree
  • 7bea492 Don't decref PyBytesObject before formatting an error with it
  • 584bda3 Add Repository.revert()
  • 1a8442d Merge remote-tracking branch 'jorio/submodule-fetch-depth'
  • 2538735 Merge remote-tracking branch 'jorio/submodule-open-from-repo-subclass'
  • Additional commits viewable in compare view

Updates datalad from 1.0.2 to 1.1.2

Release notes

Sourced from datalad's releases.

1.1.2

🐛 Bug Fixes

1.1.1

🐛 Bug Fixes

📝 Documentation

🏠 Internal

🧪 Tests

1.1.0

🔩 Dependencies

🏠 Internal

  • Retry logic for S3 connections is now handed over to Boto3 and its standard mode, removing our custom method. [PR #7340](datalad/datalad#7340)

1.0.3

... (truncated)

Changelog

Sourced from datalad's changelog.

1.1.2 (2024-07-25)

🐛 Bug Fixes

1.1.1 (2024-07-03)

🐛 Bug Fixes

📝 Documentation

🏠 Internal

🧪 Tests

1.1.0 (2024-06-06)

🔩 Dependencies

🏠 Internal

... (truncated)

Commits
  • b0f38a5 [skip ci] Update docs/source/changelog.rst and CITATION.cff
  • c17674c [skip ci] Update CHANGELOG
  • a97c20a Merge pull request #7636 from christian-monch/lock-progress-report
  • d88769a Merge pull request #7638 from adswa/gitea
  • 8196140 test: Adjust gitea test to current demo site
  • cff086e [release-action] Autogenerate changelog snippet for PR 7636
  • c8a5cf2 allow only one thread in pbar_callback
  • 48e74ea Merge pull request #7549 from mslw/ria-darwin
  • 67c667f Merge pull request #7529 from yarikoptic/rf-issues
  • 2378f7a Merge branch 'maint' into rf-issues
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the pipenv group with 3 updates in the /services/datalad directory: [boto3](https://github.com/boto/boto3), [pygit2](https://github.com/libgit2/pygit2) and [datalad](https://github.com/datalad/datalad).


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

Updates `pygit2` from 1.14.1 to 1.15.1
- [Changelog](https://github.com/libgit2/pygit2/blob/master/CHANGELOG.md)
- [Commits](libgit2/pygit2@v1.14.1...v1.15.1)

Updates `datalad` from 1.0.2 to 1.1.2
- [Release notes](https://github.com/datalad/datalad/releases)
- [Changelog](https://github.com/datalad/datalad/blob/maint/CHANGELOG.md)
- [Commits](datalad/datalad@1.0.2...1.1.2)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pipenv
- dependency-name: pygit2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pipenv
- dependency-name: datalad
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pipenv
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 7, 2024
Copy link

codecov bot commented Aug 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 41.28%. Comparing base (80963c5) to head (90c6e2b).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3112      +/-   ##
==========================================
- Coverage   42.63%   41.28%   -1.35%     
==========================================
  Files         594      549      -45     
  Lines       37874    36247    -1627     
  Branches     1098     1098              
==========================================
- Hits        16149    14966    -1183     
+ Misses      21518    21074     -444     
  Partials      207      207              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 7, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Aug 7, 2024
@dependabot dependabot bot deleted the dependabot/pip/services/datalad/pipenv-3ef3e59baa branch August 7, 2024 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants