aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <bot@renovateapp.com>2023-01-11 18:15:37 +0000
committerRenovate Bot <bot@renovateapp.com>2023-01-11 18:15:37 +0000
commit3627f4fdd3e6ef87a4f08bedaacf2a06c1728db4 (patch)
treee39a9b9441cd6552db9520ad2c89693530f486e9
parentd7c11265cb157c9b962d87d9ab67b8c24e3a875f (diff)
downloadbazelbuild-rules_cc-3627f4fdd3e6ef87a4f08bedaacf2a06c1728db4.tar.gz
Update dependency io_abseil_py to v1.4.0
-rw-r--r--WORKSPACE6
1 files changed, 3 insertions, 3 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 8804f6f..4acccd4 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -23,10 +23,10 @@ http_archive(
http_archive(
name = "io_abseil_py",
- sha256 = "c0bf3e839b7b1c58ac75e41f72a708597087a6c7dd0582aec4914e0d98ec8b04",
- strip_prefix = "abseil-py-1.3.0",
+ sha256 = "0fb3a4916a157eb48124ef309231cecdfdd96ff54adf1660b39c0d4a9790a2c0",
+ strip_prefix = "abseil-py-1.4.0",
urls = [
- "https://github.com/abseil/abseil-py/archive/refs/tags/v1.3.0.tar.gz",
+ "https://github.com/abseil/abseil-py/archive/refs/tags/v1.4.0.tar.gz",
],
)