Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the pip group across 2 directories with 1 update #828

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 3 additions & 33 deletions vizro-ai/examples/dashboard_ui/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ anyio==4.4.0
# httpx
# jupyter-server
# openai
appnope==0.1.4
# via ipykernel
argon2-cffi==23.1.0
# via jupyter-server
argon2-cffi-bindings==21.2.0
Expand All @@ -25,10 +23,6 @@ asttokens==2.4.1
# via stack-data
async-lru==2.0.4
# via jupyterlab
async-timeout==4.0.3
# via
# aiohttp
# langchain
attrs==24.2.0
# via
# aiohttp
Expand Down Expand Up @@ -90,10 +84,6 @@ distro==1.9.0
# via openai
et-xmlfile==1.1.0
# via openpyxl
exceptiongroup==1.2.2
# via
# anyio
# ipython
executing==2.1.0
# via stack-data
fastjsonschema==2.20.0
Expand Down Expand Up @@ -131,14 +121,7 @@ idna==3.8
# requests
# yarl
importlib-metadata==8.5.0
# via
# dash
# flask
# jupyter-client
# jupyter-lsp
# jupyterlab
# jupyterlab-server
# nbconvert
# via dash
ipykernel==6.29.5
# via
# jupyter
Expand Down Expand Up @@ -174,7 +157,7 @@ jsonpointer==3.0.0
# via
# jsonpatch
# jsonschema
jsonschema==4.23.0
jsonschema[format-nongpl]==4.23.0
# via
# jupyter-events
# jupyterlab-server
Expand Down Expand Up @@ -412,10 +395,6 @@ ruff==0.6.4
# via vizro
send2trash==1.8.3
# via jupyter-server
setuptools==74.1.2
# via
# dash
# jupyterlab
six==1.16.0
# via
# asttokens
Expand Down Expand Up @@ -449,10 +428,6 @@ tiktoken==0.7.0
# via langchain-openai
tinycss2==1.3.0
# via nbconvert
tomli==2.0.1
# via
# black
# jupyterlab
tornado==6.4.1
# via
# ipykernel
Expand Down Expand Up @@ -483,13 +458,8 @@ types-python-dateutil==2.9.0.20240906
# via arrow
typing-extensions==4.12.2
# via
# anyio
# async-lru
# black
# dash
# ipython
# langchain-core
# multidict
# openai
# pydantic
# pydantic-core
Expand All @@ -514,7 +484,7 @@ webencodings==0.5.1
# tinycss2
websocket-client==1.8.0
# via jupyter-server
werkzeug==3.0.4
werkzeug==3.0.6
# via
# dash
# flask
Expand Down
11 changes: 2 additions & 9 deletions vizro-core/examples/visual-vocabulary/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ gunicorn==23.0.0
idna==3.8
# via requests
importlib-metadata==8.4.0
# via
# dash
# flask
# via dash
itsdangerous==2.2.0
# via flask
jinja2==3.1.4
Expand Down Expand Up @@ -90,19 +88,14 @@ retrying==1.3.4
# via dash
ruff==0.6.3
# via vizro
setuptools==74.1.2
# via dash
six==1.16.0
# via
# python-dateutil
# retrying
tenacity==9.0.0
# via plotly
tomli==2.0.1
# via black
typing-extensions==4.12.2
# via
# black
# dash
# pydantic
# pydantic-core
Expand All @@ -112,7 +105,7 @@ urllib3==2.2.2
# via requests
vizro==0.1.23
# via -r requirements.in
werkzeug==3.0.4
werkzeug==3.0.6
# via
# dash
# flask
Expand Down
Loading