Materials-Consortia / optimade-python-tools

Tools for implementing and consuming OPTIMADE APIs in Python
https://www.optimade.org/optimade-python-tools/
MIT License
68 stars 42 forks source link

Bump the python-dependencies group with 3 updates #2128

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the python-dependencies group with 3 updates: pyyaml, aiida-core and pymatgen.

Updates pyyaml from 6.0.1 to 6.0.2

Release notes

Sourced from pyyaml's releases.

6.0.2

What's Changed

  • Support for Cython 3.x and Python 3.13.

Full Changelog: https://github.com/yaml/pyyaml/compare/6.0.1...6.0.2

6.0.2rc1

  • Support for extension build with Cython 3.x
  • Support for Python 3.13
  • Added PyPI wheels for musllinux on aarch64
Changelog

Sourced from pyyaml's changelog.

6.0.2 (2024-08-06)

Commits


Updates aiida-core from 2.6.1 to 2.6.2

Release notes

Sourced from aiida-core's releases.

AiiDA v2.6.2

See CHANGELOG.md

Changelog

Sourced from aiida-core's changelog.

v2.6.2 - 2024-08-07

Fixes

  • LocalTransport: Fix typo for ignore_nonexisting in put (#6471) [ecda558d0]
  • CLI: verdi computer test report correct failed tests (#6536) [9c3f2bb58]
  • CLI: Fix verdi storage migrate for profile without broker (#6550) [389fc487d]
  • CLI: Fix bug verdi presto when tab-completing without config (#6535) [efcf75e40]
  • Engine: Change signature of set_process_state_change_timestamp [923fd9f6e]
  • Engine: Ensure node is sealed when process excepts (#6549) [e3ed9a2f3]
  • Engine: Fix bug in upload calculation for PortableCode with SSH (#6519) [740ae2040]
  • Engine: Ignore failing process state change for core.sqlite_dos [fb4f9815f]

Dependencies

Documentation

Devops

Commits
  • 5faff07 Release v2.6.2
  • 92d3916 Docs: Correct signature of get_daemon_client example snippet (#6554)
  • e3ed9a2 Engine: Ensure node is sealed when process excepts (#6549)
  • 389fc48 CLI: Fix verdi storage migrate for profile without broker (#6550)
  • fb4f981 Engine: Ignore failing process state change for core.sqlite_dos
  • 923fd9f Engine: Change signature of set_process_state_change_timestamp
  • 493e529 Docs: Move limitations warning to top of quick install
  • 9aa2044 Docs: Remove note in installation guide regarding Python requirement
  • d7ca565 Docs: Add succint overview of limitations of no-services profile
  • 813374f Devops: Fix pymatgen import causing mypy to fail (#6540)
  • Additional commits viewable in compare view


Updates pymatgen from 2024.7.18 to 2024.8.9

Release notes

Sourced from pymatgen's releases.

v2024.8.9

  • Revert bad split of sets.py, which broke downstream code.

v2024.8.8

🎉 New Features

🐛 Bug Fixes

🛠 Enhancements

📖 Documentation

🧹 House-Keeping

🚧 CI

💡 Refactoring

🏥 Package Health

... (truncated)

Changelog

Sourced from pymatgen's changelog.

v2024.8.9

  • Revert bad split of sets.py, which broke downstream code.

v2024.8.8

🎉 New Features

🐛 Bug Fixes

🛠 Enhancements

📖 Documentation

🧹 House-Keeping

🚧 CI

💡 Refactoring

🏥 Package Health

... (truncated)

Commits


You can trigger a rebase of this PR 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 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 90.83%. Comparing base (c1cc13d) to head (b37d143).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2128 +/- ## ======================================= Coverage 90.83% 90.83% ======================================= Files 75 75 Lines 4824 4824 ======================================= Hits 4382 4382 Misses 442 442 ``` | [Flag](https://app.codecov.io/gh/Materials-Consortia/optimade-python-tools/pull/2128/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Materials-Consortia) | Coverage Δ | | |---|---|---| | [project](https://app.codecov.io/gh/Materials-Consortia/optimade-python-tools/pull/2128/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Materials-Consortia) | `90.83% <ø> (ø)` | | | [validator](https://app.codecov.io/gh/Materials-Consortia/optimade-python-tools/pull/2128/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Materials-Consortia) | `90.83% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Materials-Consortia#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.