Commit Graph

57 Commits

Author SHA1 Message Date
Corentin Le Molgat
79e340fd50 bazel: update requirements 2026-03-31 09:58:46 +02:00
Guillaume Chatelet
551ad10d94 Update Python dependencies and remove black. (#4979)
- Updated jupyter-server to 2.17.0 in notebook_requirements.in.
- Updated virtualenv to 20.35.4 in ortools_requirements.in.
- Removed black from both ortools_requirements.in and notebook_requirements.in.
- Updated filelock>=3.20.1 to mitigate CVE-2025-68146.
- Regenerated notebook_requirements.txt and ortools_requirements.txt with updated hashes and versions for various packages including debugpy, jupyter-client, platformdirs, tzdata, and urllib3.
- Added comments in bazel/BUILD regarding the compile_pip_requirements rules and instructions for updating the requirements files.
2026-01-09 13:10:50 +01:00
Guillaume Chatelet
b6883f0efc Update Bazel Python (#4949) 2025-12-15 13:59:46 +01:00
Mizux Seiha
ba667fcc37 Merge remote-tracking branch 'origin/stable' into v99bugfix 2025-11-25 13:39:25 +01:00
dependabot[bot]
8d9216e14c build(deps): bump jupyterlab
---
updated-dependencies:
- dependency-name: jupyterlab
  dependency-version: 4.4.8
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-25 01:33:28 -08:00
Corentin Le Molgat
84046f9e6b bazel: bump absl-py to 2.3.1 2025-11-24 16:19:06 +01:00
Corentin Le Molgat
0573aacc5a bazel: bump python requirements
. Bump immutabledict to 4.2.2
. Bump numpy to 2.3.5
. Bump typing-extensions to 4.15.0
2025-11-24 13:06:21 +01:00
Mizux Seiha
4f381f6d07 backport from main:
* bump abseil to 20250814
* bump protobuf to v32.0
* cmake: add ccache auto support
* backport flatzinc, math_opt and sat update
2025-09-16 16:25:04 +02:00
Mizux Seiha
8e1e6b5e97 dependencies: bump Protobuf from v31.0 to v31.1 2025-06-17 11:08:04 +02:00
Corentin Le Molgat
4456cd5516 bazel: Updates requests from 2.32.3 to 2.32.4
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.3...v2.32.4)

---
updated-dependencies:
- dependency-name: requests
  dependency-version: 2.32.4
  dependency-type: direct:production
  dependency-group: pip
...
2025-06-11 08:20:50 +02:00
Corentin Le Molgat
eb9e389ebe bazel: regenerate notebook_requirements.txt
* replacing notebook_requirements.txt by an empty file then regenerating it
will lead to different output than just running
`bazel run //bazel:notebook_requirements.update`.
2025-06-05 08:39:11 +02:00
Corentin Le Molgat
dd82487e10 bazel: fix notebook requirements.txt 2025-06-05 08:06:55 +02:00
Mizux Seiha
7fc67a4468 bazel: update deps
* don't use repo name
* Bump abseil-cpp to 20250512.0
* Bump Protobuf to 31.0
* Bump benchmark to 1.9.2
* Bump googletest to 1.17.0
2025-05-22 14:42:28 +02:00
Corentin Le Molgat
3067056625 backport from main branch
* bazel: add missing python typing-extensions requirements
* use [[maybe_unused]] standard attribute
* linear_solver: improve LpQuadraticTerm support
2025-04-30 15:15:39 +02:00
Corentin Le Molgat
36220e039d dependency: bump protobuf to v30.2 2025-03-28 09:38:56 +01:00
Corentin Le Molgat
6258871db6 dependency: bump protobuf to v30.1 2025-03-26 11:42:18 +01:00
Corentin Le Molgat
fd5af341b3 bazel fixup 2025-02-17 11:20:55 +01:00
Mizux Seiha
7b71c4b140 dependencies: Bump protobuf to v29.3 2025-02-11 14:47:27 +01:00
Mizux Seiha
036a0a0148 bazel: update virtualenv to 20.28.1
ref: https://pypi.org/project/virtualenv/
2025-01-14 11:45:25 +01:00
Laurent Perron
ac62caaa80 bump bazel deps including protobuf -> 29.2 2024-12-19 16:06:49 +01:00
Corentin Le Molgat
638fdb63f5 bazel: bump numpy to 2.2.0 2024-12-18 09:12:13 +01:00
Corentin Le Molgat
3543608705 dependency: Bump Protobuf to v29.1 2024-12-09 15:41:28 +01:00
Mizux Seiha
423a99bb8f deps: Bump Protobuf to v29.0 2024-12-03 18:06:49 +01:00
Mizux Seiha
c67700e07f bazel: Bump tornado to 6.4.2 2024-11-26 11:08:23 +01:00
Corentin Le Molgat
63d207a99c bazel: update requirements 2024-11-15 14:42:21 +01:00
Laurent Perron
6856f4fc69 bump jinja2 dep 2024-10-09 13:46:42 +02:00
Laurent Perron
16132bf0ee bump python deps in bazel 2024-10-08 17:19:19 +02:00
Mizux Seiha
c512ef129e bazel: Fix notebook_requirements.in 2024-08-29 21:47:37 +02:00
Corentin Le Molgat
7dc05a4037 dependencies: Bump googletest to v1.15.2 2024-08-05 16:03:09 +02:00
dependabot[bot]
0b48bce88e Bump tornado in /bazel in the pip group across 1 directory
Bumps the pip group with 1 update in the /bazel directory: [tornado](https://github.com/tornadoweb/tornado).


Updates `tornado` from 6.3.3 to 6.4.1
- [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst)
- [Commits](https://github.com/tornadoweb/tornado/compare/v6.3.3...v6.4.1)

---
updated-dependencies:
- dependency-name: tornado
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-06 23:27:16 +00:00
Laurent Perron
4cbd27dae9 sync with main 2024-05-30 10:52:42 +02:00
dependabot[bot]
d4f9b80c95 --- (#4239)
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-21 12:21:48 +02:00
dependabot[bot]
4d4a3ae475 build(deps): bump black from 23.10.1 to 24.3.0 in /bazel
Bumps [black](https://github.com/psf/black) from 23.10.1 to 24.3.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/23.10.1...24.3.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-20 17:35:07 +00:00
Mizux Seiha
5d771cc919 dependency: bump Protobuf to v25.3 2024-02-22 11:44:59 +01:00
Corentin Le Molgat
ab64c92906 fixup after deps bump 2024-01-31 17:01:05 +01:00
Corentin Le Molgat
af8ed899a7 bazel: update notebook_requirements 2024-01-19 17:17:03 +01:00
Corentin Le Molgat
e2b0e3b163 deps: Bump Protobuf v25.0 to v25.1
dev note: `git grep "[34]\.25\.0"`
2023-12-18 16:34:15 +01:00
Laurent Perron
7ee0f88644 security update on jupyter 2023-12-05 22:16:28 +01:00
Corentin Le Molgat
38799748cc bazel: Add requests as python requirement 2023-11-29 11:42:09 +01:00
Laurent Perron
425a39da80 update bazel requirements, move BUILD to BUILD.bazel 2023-11-17 14:15:35 +01:00
Corentin Le Molgat
129e1a8fad dependencies: Bump Protobuf from v24.4 to v25.0 2023-11-10 16:48:32 +01:00
Corentin Le Molgat
d6e38a9179 python: Bump dependencies 2023-10-30 10:28:09 +01:00
Corentin Le Molgat
e1f9febd8e cmake(python): Add GENERATE_PYTHON_STUB option (Fix #3944) 2023-10-23 11:01:26 +02:00
Mizux Seiha
bfdc7b5dce dependency: Bump Protobuf to v24.4 2023-10-06 18:12:44 +02:00
Laurent Perron
250302964e tweak export to notebook; add flags stubs code to allow them to work in a notebook 2023-09-05 17:06:29 +02:00
Laurent Perron
ae6bee6e58 fix security issue in jupyter dependencies 2023-08-30 15:41:15 +02:00
Laurent Perron
bdcd65ff77 update notebook depedency 2023-08-15 17:55:42 -05:00
Corentin Le Molgat
e3d047f983 deps: Bump Protobuf to v24.0 2023-08-11 15:13:42 +02:00
Laurent Perron
8db68038cd protobuf 23.3 -> 23.4; update python dependencies 2023-08-09 12:47:07 -07:00
Mizux Seiha
3716579ca4 deps: Fix Protobuf bump to v23.3 2023-06-29 15:29:05 +02:00