Skip to content

Commit b454b7e

Browse files
committed
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`.
1 parent ce8d461 commit b454b7e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
google-cloud-alloydb-connector[asyncpg]==1.12.1
22
sqlalchemy==2.0.40
3-
pytest==9.0.3; python_version >= "3.10"
3+
pytest==9.0.3
44
ipykernel==6.29.5
55
pytest-asyncio==1.3.0
6-
nbconvert==7.16.6
6+
nbconvert==7.17.1

0 commit comments

Comments
 (0)