vaticle / dependencies

Bazel dependency declarations for build tools reused across @vaticle repositories (only for @vaticle)
Mozilla Public License 2.0
12 stars 23 forks source link

Bump rules_python to 0.31.0 #539

Closed krishnangovindraj closed 1 month ago

krishnangovindraj commented 1 month ago

What is the goal of this PR?

Bump rules_python to fix windows error on sync.

What are the changes implemented in this PR?

rules_python 0.24.0 was breaking with the error: module 'pkgutil' has no attribute 'ImpImporter'. This was fixed by version 0.26.0 (?). We bump the dependency further to 0.31.0

vaticle-bot commented 1 month ago

PR Review Checklist

Do not edit the content of this comment. The PR reviewer should simply update this comment by ticking each review item below, as they get completed.


Trivial Change

Code

Architecture