Skip to content

Commit 84046f9

Browse files
committed
bazel: bump absl-py to 2.3.1
1 parent d15a2e6 commit 84046f9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

bazel/notebook_requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# OR-Tools code dependencies
2-
absl-py==2.2.2
2+
absl-py==2.3.1
33
immutabledict==4.2.2
44
numpy==2.3.5
55
protobuf==6.32.0

bazel/notebook_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# bazel run //bazel:notebook_requirements.update
66
#
7-
absl-py==2.2.2
7+
absl-py==2.3.1
88
# via -r bazel/notebook_requirements.in
99
anyio==4.10.0
1010
# via

bazel/ortools_requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# OR-Tools code dependencies
2-
absl-py==2.2.2
2+
absl-py==2.3.1
33
immutabledict==4.2.2
44
numpy==2.3.5
55
protobuf==6.32.0

bazel/ortools_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# bazel run //bazel:ortools_requirements.update
66
#
7-
absl-py==2.2.2
7+
absl-py==2.3.1
88
# via -r bazel/ortools_requirements.in
99
black==24.8.0
1010
# via -r bazel/ortools_requirements.in

0 commit comments

Comments
 (0)