Skip to content

Commit 1e6cc07

Browse files
increase verions of dependencies (#1132)
1 parent 910f015 commit 1e6cc07

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

MODULE.bazel

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
module(
1515
name = "score_platform",
16-
version = "0.1.0",
16+
version = "0.1.1",
1717
compatibility_level = 0,
1818
)
1919

@@ -22,7 +22,7 @@ module(
2222
# Python version
2323
#
2424
###############################################################################
25-
bazel_dep(name = "rules_python", version = "1.0.0")
25+
bazel_dep(name = "rules_python", version = "1.4.1")
2626

2727
PYTHON_VERSION = "3.12"
2828

@@ -36,7 +36,7 @@ use_repo(python)
3636

3737
# Additional Python rules provided by aspect, e.g. an improved version of
3838
# `py_binary`. But more importantly, it provides `py_venv`.
39-
bazel_dep(name = "aspect_rules_py", version = "1.0.0")
39+
bazel_dep(name = "aspect_rules_py", version = "1.4.0")
4040

4141
###############################################################################
4242
#
@@ -58,7 +58,7 @@ bazel_dep(name = "buildifier_prebuilt", version = "7.3.1")
5858
# Generic linting and formatting rules
5959
#
6060
###############################################################################
61-
bazel_dep(name = "aspect_rules_lint", version = "1.0.3")
61+
bazel_dep(name = "aspect_rules_lint", version = "1.4.2")
6262

6363
###############################################################################
6464
#
@@ -73,7 +73,7 @@ bazel_dep(name = "rules_java", version = "8.6.3")
7373
#
7474
###############################################################################
7575

76-
bazel_dep(name = "score_python_basics", version = "0.3.0")
76+
bazel_dep(name = "score_python_basics", version = "0.3.1")
7777

7878
###############################################################################
7979
#
@@ -90,4 +90,4 @@ bazel_dep(name = "score_cr_checker", version = "0.2.2")
9090
bazel_dep(name = "score_starpls_lsp", version = "0.1.0")
9191
# Checker rule for CopyRight checks/fixs
9292

93-
bazel_dep(name = "score_docs_as_code", version = "0.2.4")
93+
bazel_dep(name = "score_docs_as_code", version = "0.2.6")

0 commit comments

Comments
 (0)