Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bazel/notebook_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ tzdata==2025.2
# via pandas
uri-template==1.3.0
# via jsonschema
urllib3==2.5.0
urllib3==2.6.0
# via requests
virtualenv==20.28.1
# via -r notebook_requirements.in
Expand Down
2 changes: 1 addition & 1 deletion bazel/ortools_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ typing-extensions==4.13.1
# mypy
tzdata==2023.3
# via pandas
urllib3==2.5.0
urllib3==2.6.0
# via requests
virtualenv==20.28.1
# via -r ortools_requirements.in
Loading