@@ -18,10 +18,10 @@ bazel_skylib_workspace()
18
18
19
19
http_archive (
20
20
name = "com_google_absl" ,
21
- sha256 = "dcf71b9cba8dc0ca9940c4b316a0c796be8fab42b070bb6b7cab62b48f0e66c4 " , # SHARED_ABSL_SHA
22
- strip_prefix = "abseil-cpp-20211102.0 " ,
21
+ sha256 = "5366d7e7fa7ba0d915014d387b66d0d002c03236448e1ba9ef98122c13b35c36 " , # SHARED_ABSL_SHA
22
+ strip_prefix = "abseil-cpp-20230125.3 " ,
23
23
urls = [
24
- "https://github.com/abseil/abseil-cpp/archive/refs/tags/20211102.0 .tar.gz" ,
24
+ "https://github.com/abseil/abseil-cpp/archive/refs/tags/20230125.3 .tar.gz" ,
25
25
],
26
26
)
27
27
@@ -35,25 +35,13 @@ http_archive(
35
35
],
36
36
)
37
37
38
- # Six is a dependency of com_google_absl_py
39
- http_archive (
40
- name = "six_archive" ,
41
- urls = [
42
- "http://mirror.bazel.build/pypi.python.org/packages/source/s/six/six-1.10.0.tar.gz" ,
43
- "https://pypi.python.org/packages/source/s/six/six-1.10.0.tar.gz" ,
44
- ],
45
- sha256 = "105f8d68616f8248e24bf0e9372ef04d3cc10104f1980f54d57b2ce73a5ad56a" ,
46
- strip_prefix = "six-1.10.0" ,
47
- build_file = "@com_google_absl_py//third_party:six.BUILD" ,
48
- )
49
-
50
38
## `pybind11_bazel`
51
39
# See https://github.com/pybind/pybind11_bazel
52
40
http_archive (
53
41
name = "pybind11_bazel" ,
54
- strip_prefix = "pybind11_bazel-72cbbf1fbc830e487e3012862b7b720001b70672 " ,
55
- sha256 = "516c1b3a10d87740d2b7de6f121f8e19dde2c372ecbfe59aef44cd1872c10395 " ,
56
- urls = ["https://github.com/pybind/pybind11_bazel/archive/72cbbf1fbc830e487e3012862b7b720001b70672 .tar.gz" ],
42
+ strip_prefix = "pybind11_bazel-faf56fb3df11287f26dbc66fdedf60a2fc2c6631 " ,
43
+ sha256 = "a2b107b06ffe1049696e132d39987d80e24d73b131d87f1af581c2cb271232f8 " ,
44
+ urls = ["https://github.com/pybind/pybind11_bazel/archive/faf56fb3df11287f26dbc66fdedf60a2fc2c6631 .tar.gz" ],
57
45
)
58
46
59
47
# We still require the pybind library.
@@ -65,16 +53,16 @@ http_archive(
65
53
)
66
54
67
55
load ("@pybind11_bazel//:python_configure.bzl" , "python_configure" )
68
- python_configure (name = "local_config_python" )
56
+ python_configure (name = "local_config_python" , python_version = "3" )
69
57
70
58
# proto_library, cc_proto_library, and java_proto_library rules implicitly
71
59
# depend on @com_google_protobuf for protoc and proto runtimes.
72
60
# This statement defines the @com_google_protobuf repo.
73
61
http_archive (
74
62
name = "com_google_protobuf" ,
75
- sha256 = "87407cd28e7a9c95d9f61a098a53cf031109d451a7763e7dd1253abf8b4df422 " ,
76
- strip_prefix = "protobuf-3.19.1 " ,
77
- urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.19.1 .tar.gz" ],
63
+ sha256 = "0b0395d34e000f1229679e10d984ed7913078f3dd7f26cf0476467f5e65716f4 " ,
64
+ strip_prefix = "protobuf-23.2 " ,
65
+ urls = ["https://github.com/protocolbuffers/protobuf/archive/refs/tags/v23.2 .tar.gz" ],
78
66
)
79
67
80
68
load ("@com_google_protobuf//:protobuf_deps.bzl" , "protobuf_deps" )
0 commit comments