Skip to content

Commit ec3e912

Browse files
authored
Update pyo3 dependencies (#3898)
closes #3897
1 parent f9b8d90 commit ec3e912

24 files changed

Lines changed: 270 additions & 807 deletions

extensions/pyo3/3rdparty/BUILD.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ crates_vendor(
5353
"extension-module",
5454
"experimental-inspect",
5555
],
56-
version = "0.26.0",
56+
version = "0.28.2",
5757
),
5858
"pyo3-ffi": crate.spec(
59-
version = "0.26.0",
59+
version = "0.28.2",
6060
),
6161
"pyo3-introspection": crate.spec(
62-
version = "0.26.0",
62+
version = "0.28.2",
6363
),
6464
},
6565
# Name is short to avoid windows paths being too long

extensions/pyo3/3rdparty/Cargo.Bazel.lock

Lines changed: 12 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extensions/pyo3/3rdparty/crates/BUILD.autocfg-1.5.0.bazel

Lines changed: 0 additions & 101 deletions
This file was deleted.

extensions/pyo3/3rdparty/crates/BUILD.bazel

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,37 +32,37 @@ filegroup(
3232

3333
# Workspace Member Dependencies
3434
alias(
35-
name = "pyo3-0.26.0",
36-
actual = "@rpyo3c__pyo3-0.26.0//:pyo3",
35+
name = "pyo3-0.28.2",
36+
actual = "@rpyo3c__pyo3-0.28.2//:pyo3",
3737
tags = ["manual"],
3838
)
3939

4040
alias(
4141
name = "pyo3",
42-
actual = "@rpyo3c__pyo3-0.26.0//:pyo3",
42+
actual = "@rpyo3c__pyo3-0.28.2//:pyo3",
4343
tags = ["manual"],
4444
)
4545

4646
alias(
47-
name = "pyo3-ffi-0.26.0",
48-
actual = "@rpyo3c__pyo3-ffi-0.26.0//:pyo3_ffi",
47+
name = "pyo3-ffi-0.28.2",
48+
actual = "@rpyo3c__pyo3-ffi-0.28.2//:pyo3_ffi",
4949
tags = ["manual"],
5050
)
5151

5252
alias(
5353
name = "pyo3-ffi",
54-
actual = "@rpyo3c__pyo3-ffi-0.26.0//:pyo3_ffi",
54+
actual = "@rpyo3c__pyo3-ffi-0.28.2//:pyo3_ffi",
5555
tags = ["manual"],
5656
)
5757

5858
alias(
59-
name = "pyo3-introspection-0.26.0",
60-
actual = "@rpyo3c__pyo3-introspection-0.26.0//:pyo3_introspection",
59+
name = "pyo3-introspection-0.28.2",
60+
actual = "@rpyo3c__pyo3-introspection-0.28.2//:pyo3_introspection",
6161
tags = ["manual"],
6262
)
6363

6464
alias(
6565
name = "pyo3-introspection",
66-
actual = "@rpyo3c__pyo3-introspection-0.26.0//:pyo3_introspection",
66+
actual = "@rpyo3c__pyo3-introspection-0.28.2//:pyo3_introspection",
6767
tags = ["manual"],
6868
)

0 commit comments

Comments
 (0)