Skip to content

Commit 0993e54

Browse files
Bump the python-packages group in /api-server/qna-eval with 11 updates
Bumps the python-packages group in /api-server/qna-eval with 11 updates: | Package | From | To | | --- | --- | --- | | [gguf](https://github.com/ggml-org/llama.cpp) | `0.16.2` | `0.16.3` | | [google-auth](https://github.com/googleapis/google-auth-library-python) | `2.39.0` | `2.40.1` | | [huggingface-hub](https://github.com/huggingface/huggingface_hub) | `0.30.2` | `0.31.1` | | [memray](https://github.com/bloomberg/memray) | `1.17.1` | `1.17.2` | | [nvidia-cudnn-cu12](https://developer.nvidia.com/cuda-zone) | `9.9.0.52` | `9.10.0.56` | | [nvidia-ml-py](https://forums.developer.nvidia.com) | `12.570.86` | `12.575.51` | | [openai](https://github.com/openai/openai-python) | `1.77.0` | `1.78.0` | | [platformdirs](https://github.com/tox-dev/platformdirs) | `4.3.7` | `4.3.8` | | [ray](https://github.com/ray-project/ray) | `2.45.0` | `2.46.0` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.30.0` | `20.31.2` | | [xgrammar](https://github.com/mlc-ai/xgrammar) | `0.1.18` | `0.1.19` | Updates `gguf` from 0.16.2 to 0.16.3 - [Release notes](https://github.com/ggml-org/llama.cpp/releases) - [Commits](ggml-org/llama.cpp@gguf-v0.16.2...gguf-v0.16.3) Updates `google-auth` from 2.39.0 to 2.40.1 - [Release notes](https://github.com/googleapis/google-auth-library-python/releases) - [Changelog](https://github.com/googleapis/google-auth-library-python/blob/main/CHANGELOG.md) - [Commits](googleapis/google-auth-library-python@v2.39.0...v2.40.1) Updates `huggingface-hub` from 0.30.2 to 0.31.1 - [Release notes](https://github.com/huggingface/huggingface_hub/releases) - [Commits](huggingface/huggingface_hub@v0.30.2...v0.31.1) Updates `memray` from 1.17.1 to 1.17.2 - [Release notes](https://github.com/bloomberg/memray/releases) - [Changelog](https://github.com/bloomberg/memray/blob/main/NEWS.rst) - [Commits](bloomberg/memray@v1.17.1...v1.17.2) Updates `nvidia-cudnn-cu12` from 9.9.0.52 to 9.10.0.56 Updates `nvidia-ml-py` from 12.570.86 to 12.575.51 Updates `openai` from 1.77.0 to 1.78.0 - [Release notes](https://github.com/openai/openai-python/releases) - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md) - [Commits](openai/openai-python@v1.77.0...v1.78.0) Updates `platformdirs` from 4.3.7 to 4.3.8 - [Release notes](https://github.com/tox-dev/platformdirs/releases) - [Changelog](https://github.com/tox-dev/platformdirs/blob/main/CHANGES.rst) - [Commits](tox-dev/platformdirs@4.3.7...4.3.8) Updates `ray` from 2.45.0 to 2.46.0 - [Release notes](https://github.com/ray-project/ray/releases) - [Commits](ray-project/ray@ray-2.45.0...ray-2.46.0) Updates `virtualenv` from 20.30.0 to 20.31.2 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](pypa/virtualenv@20.30.0...20.31.2) Updates `xgrammar` from 0.1.18 to 0.1.19 - [Release notes](https://github.com/mlc-ai/xgrammar/releases) - [Commits](mlc-ai/xgrammar@v0.1.18...v0.1.19) --- updated-dependencies: - dependency-name: gguf dependency-version: 0.16.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: google-auth dependency-version: 2.40.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: huggingface-hub dependency-version: 0.31.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: memray dependency-version: 1.17.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: nvidia-cudnn-cu12 dependency-version: 9.10.0.56 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: nvidia-ml-py dependency-version: 12.575.51 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: openai dependency-version: 1.78.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: platformdirs dependency-version: 4.3.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: ray dependency-version: 2.46.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: virtualenv dependency-version: 20.31.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: xgrammar dependency-version: 0.1.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cefdcba commit 0993e54

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

api-server/qna-eval/requirements.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@ fastjsonschema==2.21.1
3434
filelock==3.18.0
3535
frozenlist==1.6.0
3636
fsspec==2025.3.2
37-
gguf==0.16.2
37+
gguf==0.16.3
3838
google-api-core==2.24.2
39-
google-auth==2.39.0
39+
google-auth==2.40.1
4040
googleapis-common-protos==1.70.0
4141
grpcio==1.69.0
4242
h11==0.16.0
4343
httpcore==1.0.9
4444
httptools==0.6.4
4545
httpx==0.28.1
46-
huggingface-hub==0.30.2
46+
huggingface-hub==0.31.1
4747
idna==3.10
4848
importlib_metadata==8.7.0
4949
iniconfig==2.1.0
@@ -65,7 +65,7 @@ MarkupSafe==3.0.2
6565
matplotlib-inline==0.1.7
6666
mdit-py-plugins==0.4.2
6767
mdurl==0.1.2
68-
memray==1.17.1
68+
memray==1.17.2
6969
mistral_common==1.5.4
7070
mistune==3.1.3
7171
mpmath==1.3.0
@@ -82,16 +82,16 @@ nvidia-cublas-cu12==12.9.0.13
8282
nvidia-cuda-cupti-cu12==12.9.19
8383
nvidia-cuda-nvrtc-cu12==12.9.41
8484
nvidia-cuda-runtime-cu12==12.9.37
85-
nvidia-cudnn-cu12==9.9.0.52
85+
nvidia-cudnn-cu12==9.10.0.56
8686
nvidia-cufft-cu12==11.4.0.6
8787
nvidia-curand-cu12==10.3.10.19
8888
nvidia-cusolver-cu12==11.7.4.40
8989
nvidia-cusparse-cu12==12.5.9.5
90-
nvidia-ml-py==12.570.86
90+
nvidia-ml-py==12.575.51
9191
nvidia-nccl-cu12==2.26.5
9292
nvidia-nvjitlink-cu12==12.9.41
9393
nvidia-nvtx-cu12==12.9.19
94-
openai==1.77.0
94+
openai==1.78.0
9595
opencensus==0.11.4
9696
opencensus-context==0.1.3
9797
opencv-python-headless==4.11.0.86
@@ -105,7 +105,7 @@ pexpect==4.9.0
105105
pickleshare==0.7.5
106106
pillow==11.2.1
107107
pipreqs==0.5.0
108-
platformdirs==4.3.7
108+
platformdirs==4.3.8
109109
pluggy==1.5.0
110110
prometheus-fastapi-instrumentator==7.1.0
111111
prometheus_client==0.21.1
@@ -130,7 +130,7 @@ python-dateutil==2.9.0.post0
130130
python-dotenv==1.1.0
131131
PyYAML==6.0.2
132132
pyzmq==26.4.0
133-
ray==2.45.0
133+
ray==2.46.0
134134
referencing==0.36.2
135135
regex==2024.11.6
136136
requests==2.32.3
@@ -162,15 +162,15 @@ uc-micro-py==1.0.3
162162
urllib3==2.4.0
163163
uvicorn==0.34.2
164164
uvloop==0.21.0
165-
virtualenv==20.30.0
165+
virtualenv==20.31.2
166166
vllm==0.8.5
167167
watchfiles==1.0.5
168168
wcwidth==0.2.13
169169
webencodings==0.5.1
170170
websockets==15.0.1
171171
wrapt==1.17.2
172172
xformers==0.0.29
173-
xgrammar==0.1.18
173+
xgrammar==0.1.19
174174
yarg==0.1.10
175175
yarl==1.20.0
176176
zipp==3.21.0

0 commit comments

Comments
 (0)