microsoft / Qcodes

Modular data acquisition framework
http://microsoft.github.io/Qcodes/
MIT License
341 stars 316 forks source link

Bump contourpy from 1.3.0 to 1.3.1 #6617

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 1 week ago

Bumps contourpy from 1.3.0 to 1.3.1.

Release notes

Sourced from contourpy's releases.

Version 1.3.1

ContourPy 1.3.1 is a compatibility release to support changes in bokeh, meson-python and pybind11.

This release supports Python 3.10 to 3.13.

Compatibility:

  • Drop support for Python 3.9 (#435)
  • Update to bokeh 3.6.0 (#444)
  • Update minimum pybind11 to 2.13.2 (#451)
  • Read meson-python version in recommended way (#452)

Code improvements:

  • Use itertools.pairwise instead of zip where possible (#437)
  • Typing changes from ruff UP035 and UP038 (#438)

Build, testing and CI improvements:

  • Tidy up python 3.13 CI (#449)
  • Build Python 3.13t wheels on Windows (#450)
Changelog

Sourced from contourpy's changelog.

v1.3.1 (2024-11-12)

ContourPy 1.3.1 is a compatibility release to support changes in bokeh, meson-python and pybind11.

This release supports Python 3.10 to 3.13.

Compatibility:

  • Drop support for Python 3.9 (:pr:435)
  • Update to bokeh 3.6.0 (:pr:444)
  • Update minimum pybind11 to 2.13.2 (:pr:451)
  • Read meson-python version in recommended way (:pr:452)

Code improvements:

  • Use itertools.pairwise instead of zip where possible (:pr:437)
  • Typing changes from ruff UP035 and UP038 (:pr:438)

Build, testing and CI improvements:

  • Tidy up python 3.13 CI (:pr:449)
  • Build Python 3.13t wheels on Windows (:pr:450)
Commits
  • 1b253ba Prepare for v1.3.1 release (#453)
  • 7b69bf6 Read meson-python in recommended way (#452)
  • 1429fbf Update minimum pybind11 to 2.13.2 (#451)
  • 27160ab Build Python 3.13t wheels on Windows (#450)
  • 3305bd4 Tidy up python 3.13 CI (#449)
  • 513926b Bump pypa/cibuildwheel from 2.21.2 to 2.21.3 in the actions group (#447)
  • d4c9712 Bump pypa/cibuildwheel from 2.21.1 to 2.21.2 in the actions group (#446)
  • 08dc621 ci: Bump scientific-python/upload-nightly-action from 0.6.0 to 0.6.1 (#445)
  • 87344a6 Update to bokeh 3.6.0 (#444)
  • c12cb4d Bump scientific-python/upload-nightly-action in the actions group (#443)
  • Additional commits viewable in compare view


Dependabot compatibility score

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 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 1 week ago

Codecov Report

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

Project coverage is 69.35%. Comparing base (3244b56) to head (a6a625a). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #6617 +/- ## ======================================= Coverage 69.35% 69.35% ======================================= Files 340 340 Lines 31279 31279 ======================================= Hits 21694 21694 Misses 9585 9585 ```

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