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
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
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
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
Corentin Le Molgat
63d207a99c
bazel: update requirements
2024-11-15 14:42:21 +01:00
Laurent Perron
16132bf0ee
bump python deps in bazel
2024-10-08 17:19:19 +02:00
Corentin Le Molgat
7dc05a4037
dependencies: Bump googletest to v1.15.2
2024-08-05 16:03:09 +02: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
e2b0e3b163
deps: Bump Protobuf v25.0 to v25.1
...
dev note: `git grep "[34]\.25\.0"`
2023-12-18 16:34:15 +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
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
Mizux Seiha
810d9308ba
python: Migrate to black
2023-06-29 15:29:05 +02:00
Mizux Seiha
19eede6b61
deps: Bump protobuf to v23.2
2023-05-30 11:22:25 +02:00
Mizux Seiha
fdb50b644d
deps: Bump protobuf to v23.1
2023-05-22 00:18:42 +02:00
Mizux Seiha
8021a8837e
deps: Bump Protobuf v21.12 -> v22.2
2023-03-24 10:47:51 +01:00
Laurent Perron
857fdb7e91
polish bazel python deps
2023-02-11 09:56:03 -08:00