Skip to content

Commit

Permalink
Bump developer dependencies using pip compile --upgrade
Browse files Browse the repository at this point in the history
This addresses a number of security advisories related to Jupyter.

Since we do not distribute Jupyter code or expose any instances, these
are not as important, but we can still bump the dependencies to silence
the dependabot warnings.
  • Loading branch information
nicholasjng committed Jan 27, 2024
1 parent 0f60b17 commit 67cf9b6
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
18 changes: 9 additions & 9 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,27 @@ aenum==3.1.15
build==1.0.3
cfgv==3.4.0
click==8.1.7
coverage[toml]==7.4.0
coverage[toml]==7.4.1
distlib==0.3.8
docstring-parser-fork==0.0.5
duckdb==0.9.2
filelock==3.13.1
fsspec==2023.12.2
identify==2.5.33
iniconfig==2.0.0
lakefs==0.2.0
lakefs-sdk==1.7.0
lakefs==0.2.1
lakefs-sdk==1.9.1
nodeenv==1.8.0
numpy==1.26.3
packaging==23.2
pandas[parquet]==2.1.4
pandas[parquet]==2.2.0
platformdirs==4.1.0
pluggy==1.3.0
polars==0.20.3
pluggy==1.4.0
polars==0.20.6
pre-commit==3.6.0
pyarrow==14.0.2
pydantic==1.10.13
pydoclint==0.3.8
pyarrow==15.0.0
pydantic==1.10.14
pydoclint==0.3.9
pyproject-hooks==1.0.0
pytest==7.4.4
pytest-cov==4.1.0
Expand Down
48 changes: 24 additions & 24 deletions requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ asttokens==2.4.1
async-lru==2.0.4
attrs==23.2.0
babel==2.14.0
beautifulsoup4==4.12.2
black==23.12.1
beautifulsoup4==4.12.3
black==24.1.0
bleach==6.1.0
certifi==2023.11.17
cffi==1.16.0
Expand All @@ -35,41 +35,41 @@ fsspec==2023.12.2
ghp-import==2.1.0
gitdb==4.0.11
gitpython==3.1.41
griffe==0.38.1
griffe==0.39.1
h11==0.14.0
httpcore==1.0.2
httpx==0.26.0
idna==3.6
importlib-metadata==7.0.1
importlib-resources==6.1.1
ipykernel==6.28.0
ipykernel==6.29.0
ipython==8.20.0
ipywidgets==8.1.1
isoduration==20.11.0
jedi==0.19.1
jinja2==3.1.2
jinja2==3.1.3
json5==0.9.14
jsonpointer==2.4
jsonschema[format-nongpl]==4.20.0
jsonschema[format-nongpl]==4.21.1
jsonschema-specifications==2023.12.1
jupyter==1.0.0
jupyter-client==8.6.0
jupyter-console==6.6.3
jupyter-core==5.7.1
jupyter-events==0.9.0
jupyter-lsp==2.2.1
jupyter-server==2.12.3
jupyter-server-terminals==0.5.1
jupyterlab==4.0.10
jupyter-lsp==2.2.2
jupyter-server==2.12.5
jupyter-server-terminals==0.5.2
jupyterlab==4.0.11
jupyterlab-pygments==0.3.0
jupyterlab-server==2.25.2
jupyterlab-widgets==3.0.9
jupytext==1.16.0
lakefs==0.2.0
lakefs-sdk==1.7.0
markdown==3.5.1
jupytext==1.16.1
lakefs==0.2.1
lakefs-sdk==1.9.1
markdown==3.5.2
markdown-it-py==3.0.0
markupsafe==2.1.3
markupsafe==2.1.4
matplotlib-inline==0.1.6
mdit-py-plugins==0.4.0
mdurl==0.1.2
Expand All @@ -83,35 +83,35 @@ mkdocs-gen-files==0.5.0
mkdocs-git-revision-date-localized-plugin==1.2.2
mkdocs-include-dir-to-nav==1.2.0
mkdocs-literate-nav==0.6.1
mkdocs-material==9.5.3
mkdocs-material==9.5.5
mkdocs-material-extensions==1.3.1
mkdocs-section-index==0.3.8
mkdocstrings[python]==0.24.0
mkdocstrings-python==1.8.0
mknotebooks==0.8.0
mypy-extensions==1.0.0
nbclient==0.9.0
nbconvert==7.14.0
nbconvert==7.14.2
nbformat==5.9.2
neoteroi-mkdocs==1.0.4
nest-asyncio==1.5.8
notebook==7.0.6
nest-asyncio==1.6.0
notebook==7.0.7
notebook-shim==0.2.3
overrides==7.4.0
overrides==7.6.0
packaging==23.2
paginate==0.5.6
pandocfilters==1.5.0
pandocfilters==1.5.1
parso==0.8.3
pathspec==0.12.1
pexpect==4.9.0
platformdirs==4.1.0
prometheus-client==0.19.0
prompt-toolkit==3.0.43
psutil==5.9.7
psutil==5.9.8
ptyprocess==0.7.0
pure-eval==0.2.2
pycparser==2.21
pydantic==1.10.13
pydantic==1.10.14
pygments==2.17.2
pymdown-extensions==10.7
pyparsing==3.1.1
Expand All @@ -129,7 +129,7 @@ requests==2.31.0
rfc3339-validator==0.1.4
rfc3986-validator==0.1.1
rich==13.7.0
rpds-py==0.16.2
rpds-py==0.17.1
send2trash==1.8.2
six==1.16.0
smmap==5.0.1
Expand Down

0 comments on commit 67cf9b6

Please sign in to comment.