Skip to content

Commit fc0e291

Browse files
committed
MLE-12345 Fixing small CVE issue
1 parent 24dc2a3 commit fc0e291

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

poetry.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ flake8 = "^7.1.1"
2020
black = ">=23.3,<25.0"
2121
ipykernel = "^6.30.1"
2222

23+
# Forcing latest version to eliminate CVEs; transitive dependency of ipykernel.
24+
jupyter-core = "^5.8.1"
25+
2326
[build-system]
2427
requires = ["poetry-core"]
2528
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)