openkim / kliff

KIM-based Learning-Integrated Fitting Framework for interatomic potentials.
https://kliff.readthedocs.io
GNU Lesser General Public License v2.1
34 stars 20 forks source link

Bump pybind11 from 2.10.3 to 2.10.4 #110

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps pybind11 from 2.10.3 to 2.10.4.

Release notes

Sourced from pybind11's releases.

Version 2.10.4

Changes:

  • python3 -m pybind11 gained a --version option (prints the version and exits). #4526

Bug Fixes:

  • Fix a warning when pydebug is enabled on Python 3.11. #4461
  • Ensure gil_scoped_release RAII is non-copyable. #4490
  • Ensure the tests dir does not show up with new versions of setuptools. #4510
  • Better stacklevel for a warning in setuptools helpers. #4516
Changelog

Sourced from pybind11's changelog.

Version 2.10.4 (Mar 16, 2023)

Changes:

  • python3 -m pybind11 gained a --version option (prints the version and exits). [#4526](https://github.com/pybind/pybind11/issues/4526) <https://github.com/pybind/pybind11/pull/4526>_

Bug Fixes:

  • Fix a warning when pydebug is enabled on Python 3.11. [#4461](https://github.com/pybind/pybind11/issues/4461) <https://github.com/pybind/pybind11/pull/4461>_

  • Ensure gil_scoped_release RAII is non-copyable. [#4490](https://github.com/pybind/pybind11/issues/4490) <https://github.com/pybind/pybind11/pull/4490>_

  • Ensure the tests dir does not show up with new versions of setuptools. [#4510](https://github.com/pybind/pybind11/issues/4510) <https://github.com/pybind/pybind11/pull/4510>_

  • Better stacklevel for a warning in setuptools helpers. [#4516](https://github.com/pybind/pybind11/issues/4516) <https://github.com/pybind/pybind11/pull/4516>_

Commits


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 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)
dependabot[bot] commented 1 year ago

Looks like pybind11 is no longer a dependency, so this is no longer needed.