Skip to content

Commit dfe26dd

Browse files
Upgrade python_basics
1 parent 7a52375 commit dfe26dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

MODULE.bazel

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ module(
1616
version = "0.1.0",
1717
compatibility_level = 0,
1818
)
19+
1920
###############################################################################
2021
#
2122
# Packaging dependencies
@@ -52,7 +53,7 @@ bazel_dep(name = "buildifier_prebuilt", version = "7.3.1")
5253
bazel_dep(name = "aspect_rules_lint", version = "1.4.2")
5354

5455
# Provides, pytest & venv
55-
bazel_dep(name = "score_python_basics", version = "0.3.1")
56+
bazel_dep(name = "score_python_basics", version = "0.3.2")
5657

5758
# Checker rule for CopyRight checks/fixes
5859
bazel_dep(name = "score_cr_checker", version = "0.2.2")

0 commit comments

Comments
 (0)