diff --git a/bzl/deps.bzl b/bzl/deps.bzl index c33d8ac739..45b266b479 100644 --- a/bzl/deps.bzl +++ b/bzl/deps.bzl @@ -25,9 +25,9 @@ def fetch_dependencies(): http_archive( name = "rules_python", - sha256 = "36362b4d54fcb17342f9071e4c38d63ce83e2e57d7d5599ebdde4670b9760664", - strip_prefix = "rules_python-0.18.0", - url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.18.0.tar.gz", + sha256 = "29a801171f7ca190c543406f9894abf2d483c206e14d6acbd695623662320097", + strip_prefix = "rules_python-0.18.1", + url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.18.1.tar.gz", ) http_archive(