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 the python-dependencies group with 2 updates #2120

Merged
merged 1 commit into from
Jul 22, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 22, 2024

Bumps the python-dependencies group with 2 updates: pymatgen and uvicorn.

Updates pymatgen from 2024.6.10 to 2024.7.18

Release notes

Sourced from pymatgen's releases.

v2024.7.18

layout: default title: Change Log

Changelog

Sourced from pymatgen's changelog.

v2024.7.18

  • Fix setuptools for packaging (#3934)
  • Improve Keep Redundant Spaces algorithm for PatchedPhaseDiagram (#3900)
  • Add electronic structure methods for Species (#3902)
  • Migrate spglib to new SpglibDataset format with version 2.5.0 (#3923)
  • SpaceGroup changes (#3859)
  • Add MD input set to FHI-aims (#3896)
Commits
  • 27d90b7 Update docs
  • 380d2f2 [Hot Fix] Fix setuptools for pymatgen packaging (#3934)
  • 0234182 Improve Keep Redundant Spaces algorithm for PatchedPhaseDiagram (#3900)
  • 454aa5e Add electronic structure methods for Species (#3902)
  • 58e8a35 Migrate spglib to new SpglibDataset format with version 2.5.0 (#3923)
  • 106e8f5 Fix analyzer tests.
  • e9e6e34 Set mac test to 3.10.
  • f3cd079 Use >3,9
  • a1e774b Use 3.x designation in python version to test latest version on ubuntu
  • d0ed5d7 Use newer pytjon for linting.
  • Additional commits viewable in compare view

Updates uvicorn from 0.30.1 to 0.30.3

Release notes

Sourced from uvicorn's releases.

Version 0.30.3

Fixed

  • Suppress KeyboardInterrupt from CLI and programmatic usage (#2384)
  • ClientDisconnect inherits from OSError instead of IOError (#2393)

Full Changelog: encode/uvicorn@0.30.2...0.30.3

0.30.2

Added

Fixed

  • Iterate subprocesses in-place on the process manager (#2373)

Full Changelog: encode/uvicorn@0.30.1...0.30.2

Changelog

Sourced from uvicorn's changelog.

0.30.3 (2024-07-20)

Fixed

  • Suppress KeyboardInterrupt from CLI and programmatic usage (#2384)
  • ClientDisconnect inherits from OSError instead of IOError (#2393)

0.30.2 (2024-07-20)

Added

Fixed

  • Iterate subprocesses in-place on the process manager (#2373)
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 <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

@dependabot dependabot bot added the dependency_updates Issues pertaining to updates to our dependencies that are breaking the eager build label Jul 22, 2024
@dependabot dependabot bot requested a review from JPBergsma as a code owner July 22, 2024 05:39
Copy link

codecov bot commented Jul 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.33%. Comparing base (72a427b) to head (e3da6c3).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2120   +/-   ##
=======================================
  Coverage   90.33%   90.33%           
=======================================
  Files          75       75           
  Lines        4809     4809           
=======================================
  Hits         4344     4344           
  Misses        465      465           
Flag Coverage Δ
project 90.33% <ø> (ø)
validator 90.33% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

Bumps the python-dependencies group with 2 updates: [pymatgen](https://github.com/materialsproject/pymatgen) and [uvicorn](https://github.com/encode/uvicorn).


Updates `pymatgen` from 2024.6.10 to 2024.7.18
- [Release notes](https://github.com/materialsproject/pymatgen/releases)
- [Changelog](https://github.com/materialsproject/pymatgen/blob/master/docs/CHANGES.md)
- [Commits](materialsproject/pymatgen@v2024.6.10...v2024.7.18)

Updates `uvicorn` from 0.30.1 to 0.30.3
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](encode/uvicorn@0.30.1...0.30.3)

---
updated-dependencies:
- dependency-name: pymatgen
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: uvicorn
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@ml-evs ml-evs force-pushed the dependabot/pip/master/python-dependencies-886d798750 branch from e3da6c3 to fa93f8f Compare July 22, 2024 10:12
@ml-evs ml-evs enabled auto-merge (squash) July 22, 2024 10:12
@ml-evs ml-evs merged commit 4b54c66 into master Jul 22, 2024
10 checks passed
@ml-evs ml-evs deleted the dependabot/pip/master/python-dependencies-886d798750 branch July 22, 2024 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency_updates Issues pertaining to updates to our dependencies that are breaking the eager build
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant