Skip to content

Commit 5cc07cc

Browse files
committed
Bump python version in test/lang/python, add deny.toml entry to silence our security lint for now
1 parent b569e84 commit 5cc07cc

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

deny.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,8 @@ ignore = [
261261
"RUSTSEC-2024-0388",
262262
# The creator of the crate `paste` has stated in the [`README.md`](https://github.com/dtolnay/paste/blob/master/README.md) that this project is not longer maintained as well as archived the repository
263263
"RUSTSEC-2024-0436",
264+
# TODO: Remove once https://github.com/MaterializeInc/materialize/pull/34277 lands
265+
"RUSTSEC-2025-0134",
264266
]
265267

266268
# Must be manually kept in sync with about.toml.

test/lang/python/mzcompose.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
Service(
2121
name="python",
2222
config={
23-
"image": "python:3.9.0-buster",
23+
"image": "python:3.14.1-trixie",
2424
"volumes": [
2525
"../../../:/workdir",
2626
],

test/lang/python/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ cd "$(dirname "$0")/../../.."
1919

2020
cd test/lang/python
2121

22-
pip install -r requirements.txt --no-build-isolation
22+
pip install -r requirements.txt
2323

2424
python -m unittest smoketest

0 commit comments

Comments
 (0)