mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-22 01:31:25 -08:00
Update jupyter in response to dependabot (#2198)
This commit is contained in:
parent
2d4d167976
commit
ee961b3210
1 changed files with 7 additions and 5 deletions
12
data/data-pipeline/poetry.lock
generated
12
data/data-pipeline/poetry.lock
generated
|
@ -1172,21 +1172,23 @@ test = ["mock", "nbformat", "nose", "pip", "requests"]
|
|||
|
||||
[[package]]
|
||||
name = "jupyter-core"
|
||||
version = "4.11.1"
|
||||
version = "5.2.0"
|
||||
description = "Jupyter core package. A base package on which Jupyter projects rely."
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
python-versions = ">=3.8"
|
||||
files = [
|
||||
{file = "jupyter_core-4.11.1-py3-none-any.whl", hash = "sha256:715e22bb6cc7db3718fddfac1f69f1c7e899ca00e42bdfd4bf3705452b9fd84a"},
|
||||
{file = "jupyter_core-4.11.1.tar.gz", hash = "sha256:2e5f244d44894c4154d06aeae3419dd7f1b0ef4494dc5584929b398c61cfd314"},
|
||||
{file = "jupyter_core-5.2.0-py3-none-any.whl", hash = "sha256:4bdc2928c37f6917130c667d8b8708f20aee539d8283c6be72aabd2a4b4c83b0"},
|
||||
{file = "jupyter_core-5.2.0.tar.gz", hash = "sha256:1407cdb4c79ee467696c04b76633fc1884015fa109323365a6372c8e890cc83f"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
platformdirs = ">=2.5"
|
||||
pywin32 = {version = ">=1.0", markers = "sys_platform == \"win32\" and platform_python_implementation != \"PyPy\""}
|
||||
traitlets = "*"
|
||||
traitlets = ">=5.3"
|
||||
|
||||
[package.extras]
|
||||
docs = ["myst-parser", "sphinx-autodoc-typehints", "sphinxcontrib-github-alt", "sphinxcontrib-spelling", "traitlets"]
|
||||
test = ["ipykernel", "pre-commit", "pytest", "pytest-cov", "pytest-timeout"]
|
||||
|
||||
[[package]]
|
||||
|
|
Loading…
Add table
Reference in a new issue