Skip to content

Commit

Permalink
chore(pip dependencies): Bump requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
thomass-dev committed Oct 3, 2024
1 parent 274b6f0 commit ae869b7
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
24 changes: 12 additions & 12 deletions requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -43,19 +43,19 @@ 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
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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
12 changes: 6 additions & 6 deletions requirements-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -57,15 +57,15 @@ 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
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
Expand All @@ -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
Expand All @@ -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
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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)

0 comments on commit ae869b7

Please sign in to comment.