From b454b7eb65dbbb77371593c99e130ddde7464a24 Mon Sep 17 00:00:00 2001 From: David del Real Sifuentes Date: Tue, 7 Jul 2026 19:54:35 +0000 Subject: [PATCH] chore(alloydb): bump nbconvert to 7.17.1 to fix dependabot alert - Bumped `nbconvert` to 7.17.1 in `alloydb/notebooks/requirements-test.txt` to address a Dependabot vulnerability. - Removed Python version constraint for `pytest`. --- alloydb/notebooks/requirements-test.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alloydb/notebooks/requirements-test.txt b/alloydb/notebooks/requirements-test.txt index 0a11cd35d0d..c6a5cfc35b3 100644 --- a/alloydb/notebooks/requirements-test.txt +++ b/alloydb/notebooks/requirements-test.txt @@ -1,6 +1,6 @@ google-cloud-alloydb-connector[asyncpg]==1.12.1 sqlalchemy==2.0.40 -pytest==9.0.3; python_version >= "3.10" +pytest==9.0.3 ipykernel==6.29.5 pytest-asyncio==1.3.0 -nbconvert==7.16.6 \ No newline at end of file +nbconvert==7.17.1 \ No newline at end of file