Skip to content

Commit 6185e63

Browse files
marcmosameer6989
andauthored
Upgrade bazel version to 8.3.0 (#58)
Co-authored-by: sameer6989 <sameer.g.srivastava@accenture.com>
1 parent b8e741b commit 6185e63

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

python_basics/.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.4.0
1+
8.3.0

python_basics/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ bazel_dep(name = "aspect_rules_py", version = "1.4.0")
5454
bazel_dep(name = "aspect_rules_lint", version = "1.4.2")
5555

5656
bazel_dep(name = "rules_multitool", version = "1.2.0")
57-
bazel_dep(name = "bazel_skylib", version = "1.7.1", dev_dependency=True)
57+
bazel_dep(name = "bazel_skylib", version = "1.7.1", dev_dependency = True)
5858

5959
multitool = use_extension("@rules_multitool//multitool:extension.bzl", "multitool")
6060
multitool.hub(lockfile = "multitool.lock.json")
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.4.0
1+
8.3.0

python_basics/integration_tests/venv-with-extra-requirements/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
5-
# bazel run //score_venv/integration_tests:requirements.update
5+
# bazel run //venv-with-extra-requirements:requirements.update
66
#
77
certifi==2025.1.31 \
88
--hash=sha256:3d5da6925056f6f18f119200434a4780a94263f10d1c21d032a6f6b2baa20651 \
@@ -109,7 +109,7 @@ idna==3.10 \
109109
requests==2.32.3 \
110110
--hash=sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760 \
111111
--hash=sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6
112-
# via -r score_venv/integration_tests/requirements.in
112+
# via -r venv-with-extra-requirements/requirements.in
113113
urllib3==2.3.0 \
114114
--hash=sha256:1cee9ad369867bfdbbb48b7dd50374c0967a0bb7710050facf0dd6911440e3df \
115115
--hash=sha256:f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d

python_basics/score_pytest/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ score_py_pytest(
2525
name = "test_rules_are_working_correctly",
2626
srcs = glob([
2727
"tests/*.py",
28-
]),
28+
], allow_empty = True,),
2929
)
3030

0 commit comments

Comments
 (0)