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

Bump maggma from 0.69.4 to 0.70.0 #2494

Merged
merged 1 commit into from
Oct 11, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 11, 2024

Bumps maggma from 0.69.4 to 0.70.0.

Release notes

Sourced from maggma's releases.

v0.70.0

Version 0.70.0

Commits

  • [2ab78150] Merge pull request #1002 from rkingsbury/groupquery
  • [c1ef1396] GroupBuilder: update doc
  • [003824b5] linting
  • [ccfe3f85] GroupBuilder: fix broken query kwarg
  • [216f1a6a] Merge pull request #1000 from materialsproject/dependabot/github_actions/codecov/codecov-action-4.6.0
  • [982ee9ed] Bump codecov/codecov-action from 4.5.0 to 4.6.0
  • [c388706b] Merge pull request #999 from materialsproject/auto-dependency-upgrades
  • [ebfe5093] update dependencies for . (ubuntu-latest/py3.9)
  • [3f4dae2d] update dependencies for . (ubuntu-latest/py3.12)
  • [3dcbe811] update dependencies for . (ubuntu-latest/py3.11)
  • [50b5dddb] update dependencies for . (ubuntu-latest/py3.10)
  • [59352750] update dependencies for . (macos-latest/py3.9)
  • [45e2b54c] update dependencies for . (macos-latest/py3.12)
  • [f7257165] update dependencies for . (macos-latest/py3.11)
  • [814a71b1] update dependencies for . (macos-latest/py3.10)
  • [1961d708] Merge pull request #998 from materialsproject/auto-dependency-upgrades
  • [8aabdbb1] update dependencies for . (ubuntu-latest/py3.9)
  • [5b28fd24] update dependencies for . (ubuntu-latest/py3.12)
  • [cca57cc6] update dependencies for . (ubuntu-latest/py3.11)
  • [c1c6aff3] update dependencies for . (ubuntu-latest/py3.10)
  • [144a21df] update dependencies for . (macos-latest/py3.9)
  • [e8e741c9] update dependencies for . (macos-latest/py3.12)
  • [292c492e] update dependencies for . (macos-latest/py3.11)
  • [6e9a68b7] update dependencies for . (macos-latest/py3.10)
  • [d3c817a2] Merge pull request #993 from materialsproject/auto-dependency-upgrades
  • [606f4025] Updated CHANGELOG.md
  • [ac92f511] Merge branch 'main' into auto-dependency-upgrades
Changelog

Sourced from maggma's changelog.

v0.70.0 (2024-10-08)

Full Changelog

Implemented enhancements:

Commits
  • 2ab7815 Merge pull request #1002 from rkingsbury/groupquery
  • c1ef139 GroupBuilder: update doc
  • 003824b linting
  • ccfe3f8 GroupBuilder: fix broken query kwarg
  • 216f1a6 Merge pull request #1000 from materialsproject/dependabot/github_actions/code...
  • 982ee9e Bump codecov/codecov-action from 4.5.0 to 4.6.0
  • c388706 Merge pull request #999 from materialsproject/auto-dependency-upgrades
  • ebfe509 update dependencies for . (ubuntu-latest/py3.9)
  • 3f4dae2 update dependencies for . (ubuntu-latest/py3.12)
  • 3dcbe81 update dependencies for . (ubuntu-latest/py3.11)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [maggma](https://github.com/materialsproject/maggma) from 0.69.4 to 0.70.0.
- [Release notes](https://github.com/materialsproject/maggma/releases)
- [Changelog](https://github.com/materialsproject/maggma/blob/main/docs/CHANGELOG.md)
- [Commits](materialsproject/maggma@v0.69.4...v0.70.0)

---
updated-dependencies:
- dependency-name: maggma
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Dependency update or issue python Pull requests that update Python code labels Oct 11, 2024
@buildbot-princeton
Copy link
Collaborator

Can one of the admins verify this patch?

@Andrew-S-Rosen Andrew-S-Rosen enabled auto-merge (squash) October 11, 2024 14:13
Copy link

codecov bot commented Oct 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.41%. Comparing base (a367021) to head (cd0442f).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2494   +/-   ##
=======================================
  Coverage   97.41%   97.41%           
=======================================
  Files          85       85           
  Lines        3518     3518           
=======================================
  Hits         3427     3427           
  Misses         91       91           

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

@Andrew-S-Rosen Andrew-S-Rosen merged commit 68bdb81 into main Oct 11, 2024
20 checks passed
@Andrew-S-Rosen Andrew-S-Rosen deleted the dependabot/pip/maggma-0.70.0 branch October 11, 2024 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependency update or issue python Pull requests that update Python code
Development

Successfully merging this pull request may close these issues.

2 participants