Skip to content

Commit 6d7e8f0

Browse files
saran-tcopybara-github
authored andcommitted
Update dependencies.
PiperOrigin-RevId: 485905797 Change-Id: Ic6a137bcca67a9fb5d454d2c7dbc675aabd4d5ca
1 parent e3de5c8 commit 6d7e8f0

2 files changed

Lines changed: 13 additions & 22 deletions

File tree

WORKSPACE

Lines changed: 12 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -19,31 +19,31 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
1919

2020
http_archive(
2121
name = "bazel_skylib",
22-
sha256 = "e8cedbf5f7572bdb01f7359baa4b874128c1f4089b42d9735aa4dbc59df73846",
23-
strip_prefix = "bazel-skylib-1.2.1",
24-
url = "https://github.com/bazelbuild/bazel-skylib/archive/1.2.1.zip",
22+
sha256 = "4756ab3ec46d94d99e5ed685d2d24aece484015e45af303eb3a11cab3cdc2e71",
23+
strip_prefix = "bazel-skylib-1.3.0",
24+
url = "https://github.com/bazelbuild/bazel-skylib/archive/1.3.0.zip",
2525
)
2626

2727
http_archive(
2828
name = "com_google_absl",
29-
sha256 = "a4567ff02faca671b95e31d315bab18b42b6c6f1a60e91c6ea84e5a2142112c2",
30-
strip_prefix = "abseil-cpp-20211102.0",
31-
url = "https://github.com/abseil/abseil-cpp/archive/20211102.0.zip",
29+
sha256 = "54707f411cb62a26a776dad5fd60829098c181700edcd022ea5c2ca49e9b7ef1",
30+
strip_prefix = "abseil-cpp-20220623.1",
31+
url = "https://github.com/abseil/abseil-cpp/archive/20220623.1.zip",
3232
)
3333

3434
http_archive(
3535
name = "com_google_googletest",
36-
sha256 = "353571c2440176ded91c2de6d6cd88ddd41401d14692ec1f99e35d013feda55a",
37-
strip_prefix = "googletest-release-1.11.0",
38-
url = "https://github.com/google/googletest/archive/release-1.11.0.zip",
36+
sha256 = "24564e3b712d3eb30ac9a85d92f7d720f60cc0173730ac166f27dda7fed76cb2",
37+
strip_prefix = "googletest-release-1.12.1",
38+
url = "https://github.com/google/googletest/archive/release-1.12.1.zip",
3939
)
4040

4141
http_archive(
4242
name = "pybind11",
4343
build_file = "@//bazel:pybind11.BUILD",
44-
sha256 = "d1646e6f70d8a3acb2ddd85ce1ed543b5dd579c68b8fb8e9638282af20edead8",
45-
strip_prefix = "pybind11-2.9.2",
46-
url = "https://github.com/pybind/pybind11/archive/v2.9.2.zip",
44+
sha256 = "fcf94065efcfd0a7a828bacf118fa11c43f6390d0c805e3e6342ac119f2e9976",
45+
strip_prefix = "pybind11-2.10.1",
46+
url = "https://github.com/pybind/pybind11/archive/v2.10.1.zip",
4747
)
4848

4949
new_local_repository(
@@ -52,14 +52,5 @@ new_local_repository(
5252
build_file = "@//bazel:python_headers.BUILD"
5353
)
5454

55-
# This is a transitive external dependency of @com_google_absl//absl/strings.
56-
# Bazel doesn't pull in transitive dependencies from external WORKSPACE files.
57-
# (https://docs.bazel.build/versions/master/external.html#transitive-dependencies)
58-
http_archive(
59-
name = "rules_cc",
60-
strip_prefix = "rules_cc-main",
61-
urls = ["https://github.com/bazelbuild/rules_cc/archive/main.zip"],
62-
)
63-
6455
load("@bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")
6556
bazel_skylib_workspace()

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import setuptools
2828
from setuptools.command import build_ext
2929

30-
__version__ = '1.0.5'
30+
__version__ = '1.0.6'
3131

3232
PROJECT_NAME = 'labmaze'
3333

0 commit comments

Comments
 (0)