materialsproject / jobflow

jobflow is a library for writing computational workflows.
https://materialsproject.github.io/jobflow
Other
90 stars 24 forks source link

Bump maggma from 0.57.4 to 0.57.5 #474

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

Bumps maggma from 0.57.4 to 0.57.5.

Release notes

Sourced from maggma's releases.

v0.57.5

Version 0.57.5

Commits

  • [62e6a2ef] Merge pull request #879 from rkingsbury/reset
  • [2bd123f5] Merge branch 'main' into reset
  • [9ed8cb8d] Store.connect: only reset ssh if force_reset True
  • [80585fbe] Store.connect: force_reset consistency across classes
  • [7dc92d71] MontyStore: fix force_reset implementation
  • [09f75e20] Merge pull request #878 from materialsproject/auto-dependency-upgrades
  • [8890045f] JSONStore: fix force_reset implementation; docstring
  • [155e7f17] update dependencies for . (ubuntu-latest/py3.9)
  • [090f6734] update dependencies for . (ubuntu-latest/py3.8)
  • [327de66e] update dependencies for . (ubuntu-latest/py3.11)
  • [87592a2d] update dependencies for . (ubuntu-latest/py3.10)
  • [2172e167] update dependencies for . (macos-latest/py3.9)
  • [f094dead] update dependencies for . (macos-latest/py3.8)
  • [4f0f87e6] update dependencies for . (macos-latest/py3.11)
  • [b0129d47] update dependencies for . (macos-latest/py3.10)
  • [75bd4446] Merge pull request #877 from e-kwsm/typo
  • [b5aa7a64] Merge pull request #876 from materialsproject/dependabot/pip/requirements/werkzeug-3.0.1
  • [e5875976] chore: fix typos
  • [e54e1f19] Bump werkzeug from 3.0.0 to 3.0.1 in /requirements
  • [142c88f4] Merge pull request #875 from materialsproject/auto-dependency-upgrades
  • [b431b8db] update dependencies for . (ubuntu-latest/py3.9)
  • [d3efb9f6] update dependencies for . (ubuntu-latest/py3.8)
  • [461b7971] update dependencies for . (ubuntu-latest/py3.11)
  • [d8098622] update dependencies for . (ubuntu-latest/py3.10)
  • [2a2a0a73] update dependencies for . (macos-latest/py3.9)
  • [e1e04bdd] update dependencies for . (macos-latest/py3.8)
  • [913db414] update dependencies for . (macos-latest/py3.11)
  • [f104c453] update dependencies for . (macos-latest/py3.10)
  • [5accaf7f] Merge pull request #872 from materialsproject/auto-dependency-upgrades
  • [bd2aabc5] update dependencies for . (ubuntu-latest/py3.9)
  • [0d950060] update dependencies for . (ubuntu-latest/py3.8)
  • [8449436c] update dependencies for . (ubuntu-latest/py3.11)
  • [999298de] update dependencies for . (ubuntu-latest/py3.10)
  • [56999f64] update dependencies for . (macos-latest/py3.9)
  • [e92b2583] update dependencies for . (macos-latest/py3.8)
  • [9f221dbf] update dependencies for . (macos-latest/py3.11)
  • [9148cf70] update dependencies for . (macos-latest/py3.10)
  • [9d230552] Updated CHANGELOG.md
Changelog

Sourced from maggma's changelog.

v0.57.5 (2023-11-04)

Full Changelog

Implemented enhancements:

  • Store.connect: fix force_reset kwarg implementations #879 (rkingsbury)

Merged pull requests:

Commits
  • 62e6a2e Merge pull request #879 from rkingsbury/reset
  • 2bd123f Merge branch 'main' into reset
  • 9ed8cb8 Store.connect: only reset ssh if force_reset True
  • 80585fb Store.connect: force_reset consistency across classes
  • 7dc92d7 MontyStore: fix force_reset implementation
  • 09f75e2 Merge pull request #878 from materialsproject/auto-dependency-upgrades
  • 8890045 JSONStore: fix force_reset implementation; docstring
  • 155e7f1 update dependencies for . (ubuntu-latest/py3.9)
  • 090f673 update dependencies for . (ubuntu-latest/py3.8)
  • 327de66 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 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)
codecov[bot] commented 10 months ago

Codecov Report

Merging #474 (f1f9434) into main (beb78b1) will not change coverage. Report is 2 commits behind head on main. The diff coverage is n/a.

:exclamation: Current head f1f9434 differs from pull request most recent head 639720b. Consider uploading reports for the commit 639720b to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #474 +/- ## ======================================= Coverage 99.86% 99.86% ======================================= Files 20 20 Lines 1516 1516 Branches 419 419 ======================================= Hits 1514 1514 Misses 2 2 ```