aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCopybara-Service <copybara-worker@google.com>2023-02-14 01:29:03 -0800
committerCopybara-Service <copybara-worker@google.com>2023-02-14 01:29:03 -0800
commit74495aa92ad0297abb4fc7c36fe4c083dea414ad (patch)
tree315c58dafee8f54c3d89cf2dfcd33e207fd2f547
parent9e14dd8c392a4a3505f1cfffb9a59f07050c5291 (diff)
parent3627f4fdd3e6ef87a4f08bedaacf2a06c1728db4 (diff)
downloadbazelbuild-rules_cc-74495aa92ad0297abb4fc7c36fe4c083dea414ad.tar.gz
Merge pull request #173 from renovate-bot:renovate/io_abseil_py-1.x
PiperOrigin-RevId: 509457306 Change-Id: I89f3f455e5294765b78c61daaaca4d1c6e69b6fc
-rw-r--r--WORKSPACE6
1 files changed, 3 insertions, 3 deletions
diff --git a/WORKSPACE b/WORKSPACE
index fd07df7..99c1525 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",
],
)