Skip to content

Commit

Permalink
chore(deps): update dependency pybind11 to v2.13.5 (secretflow#822)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [pybind11](https://togithub.com/pybind/pybind11) | http_archive |
patch | `v2.13.3` -> `v2.13.5` |

---

### Release Notes

<details>
<summary>pybind/pybind11 (pybind11)</summary>

###
[`v2.13.5`](https://togithub.com/pybind/pybind11/releases/tag/v2.13.5):
Version 2.13.5

[Compare
Source](https://togithub.com/pybind/pybind11/compare/v2.13.4...v2.13.5)

Bug fixes:

- Fix includes when using Windows long paths (`\\?\` prefix).
[#&#8203;5321](https://togithub.com/pybind/pybind11/issues/5321)
- Support `-Wpedantic` in C++20 mode.
[#&#8203;5322](https://togithub.com/pybind/pybind11/issues/5322)
- Fix and test `<ranges>` support for `py::tuple` and `py::list`.
[#&#8203;5314](https://togithub.com/pybind/pybind11/issues/5314)

###
[`v2.13.4`](https://togithub.com/pybind/pybind11/releases/tag/v2.13.4):
Version 2.13.4

[Compare
Source](https://togithub.com/pybind/pybind11/compare/v2.13.3...v2.13.4)

Bug fixes:

- Fix paths with spaces, including on Windows. (Replaces regression from
[#&#8203;5302](https://togithub.com/pybind/pybind11/issues/5302))
[#&#8203;4874](https://togithub.com/pybind/pybind11/issues/4874)

Documentation:

- Remove repetitive words.
[#&#8203;5308](https://togithub.com/pybind/pybind11/issues/5308)

**Full Changelog**:
pybind/pybind11@v2.13.3...v2.13.4

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job log](https://developer.mend.io/github/secretflow/spu).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 24, 2024
1 parent a10cc0c commit 26074a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bazel/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,10 @@ def _com_github_pybind11():
http_archive,
name = "pybind11",
build_file = "@pybind11_bazel//:pybind11.BUILD",
sha256 = "6e7a84ec241544f2f5e30c7a82c09c81f0541dd14e9d9ef61051e07105f9c445",
strip_prefix = "pybind11-2.13.3",
sha256 = "b1e209c42b3a9ed74da3e0b25a4f4cd478d89d5efbb48f04b277df427faf6252",
strip_prefix = "pybind11-2.13.5",
urls = [
"https://github.com/pybind/pybind11/archive/refs/tags/v2.13.3.tar.gz",
"https://github.com/pybind/pybind11/archive/refs/tags/v2.13.5.tar.gz",
],
)

Expand Down

0 comments on commit 26074a0

Please sign in to comment.