diff --git a/requirements-test.txt b/requirements-test.txt index 7ea5929a..ce43c61b 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -8,7 +8,7 @@ altair==5.4.1 # via skore (pyproject.toml) annotated-types==0.7.0 # via pydantic -anyio==4.4.0 +anyio==4.6.0 # via # httpx # starlette @@ -43,7 +43,7 @@ filelock==3.16.1 # via # huggingface-hub # virtualenv -fonttools==4.53.1 +fonttools==4.54.1 # via matplotlib fsspec==2024.9.0 # via huggingface-hub @@ -51,11 +51,11 @@ h11==0.14.0 # via # httpcore # uvicorn -httpcore==1.0.5 +httpcore==1.0.6 # via httpx httpx==0.27.2 # via skore (pyproject.toml) -huggingface-hub==0.25.0 +huggingface-hub==0.25.1 # via skops identify==2.6.1 # via pre-commit @@ -84,7 +84,7 @@ matplotlib==3.9.2 # via skore (pyproject.toml) mdurl==0.1.2 # via markdown-it-py -narwhals==1.8.1 +narwhals==1.9.0 # via altair nodeenv==1.9.1 # via pre-commit @@ -103,7 +103,7 @@ packaging==24.1 # plotly # pytest # skops -pandas==2.2.2 +pandas==2.2.3 # via skore (pyproject.toml) pillow==10.4.0 # via @@ -153,13 +153,13 @@ referencing==0.35.1 # jsonschema-specifications requests==2.32.3 # via huggingface-hub -rich==13.8.1 +rich==13.9.1 # via skore (pyproject.toml) rpds-py==0.20.0 # via # jsonschema # referencing -ruff==0.6.5 +ruff==0.6.8 # via skore (pyproject.toml) scikit-learn==1.5.2 # via @@ -175,7 +175,7 @@ sniffio==1.3.1 # via # anyio # httpx -starlette==0.38.5 +starlette==0.38.6 # via fastapi tabulate==0.9.0 # via skops @@ -192,11 +192,11 @@ typing-extensions==4.12.2 # huggingface-hub # pydantic # pydantic-core -tzdata==2024.1 +tzdata==2024.2 # via pandas urllib3==2.2.3 # via requests -uvicorn==0.30.6 +uvicorn==0.31.0 # via skore (pyproject.toml) -virtualenv==20.26.5 +virtualenv==20.26.6 # via pre-commit diff --git a/requirements-tools.txt b/requirements-tools.txt index a02f720a..1558d0b3 100644 --- a/requirements-tools.txt +++ b/requirements-tools.txt @@ -6,7 +6,7 @@ # annotated-types==0.7.0 # via pydantic -anyio==4.4.0 +anyio==4.6.0 # via starlette build==1.2.2 # via pip-tools @@ -28,7 +28,7 @@ fsspec==2024.9.0 # via huggingface-hub h11==0.14.0 # via uvicorn -huggingface-hub==0.25.0 +huggingface-hub==0.25.1 # via skops idna==3.10 # via @@ -57,7 +57,7 @@ pydantic-core==2.23.4 # via pydantic pygments==2.18.0 # via rich -pyproject-hooks==1.1.0 +pyproject-hooks==1.2.0 # via # build # pip-tools @@ -65,7 +65,7 @@ pyyaml==6.0.2 # via huggingface-hub requests==2.32.3 # via huggingface-hub -rich==13.8.1 +rich==13.9.1 # via skore (pyproject.toml) scikit-learn==1.5.2 # via skops @@ -75,7 +75,7 @@ skops==0.10.0 # via skore (pyproject.toml) sniffio==1.3.1 # via anyio -starlette==0.38.5 +starlette==0.38.6 # via fastapi tabulate==0.9.0 # via skops @@ -91,7 +91,7 @@ typing-extensions==4.12.2 # pydantic-core urllib3==2.2.3 # via requests -uvicorn==0.30.6 +uvicorn==0.31.0 # via skore (pyproject.toml) wheel==0.44.0 # via pip-tools diff --git a/requirements.txt b/requirements.txt index 39ffc0f9..7809bf92 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ # annotated-types==0.7.0 # via pydantic -anyio==4.4.0 +anyio==4.6.0 # via starlette certifi==2024.8.30 # via requests @@ -24,7 +24,7 @@ fsspec==2024.9.0 # via huggingface-hub h11==0.14.0 # via uvicorn -huggingface-hub==0.25.0 +huggingface-hub==0.25.1 # via skops idna==3.10 # via @@ -54,7 +54,7 @@ pyyaml==6.0.2 # via huggingface-hub requests==2.32.3 # via huggingface-hub -rich==13.8.1 +rich==13.9.1 # via skore (pyproject.toml) scikit-learn==1.5.2 # via skops @@ -64,7 +64,7 @@ skops==0.10.0 # via skore (pyproject.toml) sniffio==1.3.1 # via anyio -starlette==0.38.5 +starlette==0.38.6 # via fastapi tabulate==0.9.0 # via skops @@ -80,5 +80,5 @@ typing-extensions==4.12.2 # pydantic-core urllib3==2.2.3 # via requests -uvicorn==0.30.6 +uvicorn==0.31.0 # via skore (pyproject.toml)