Skip to content

Commit ffac4c9

Browse files
committed
update secure library
1 parent 8ba5168 commit ffac4c9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "llm_benchmark"
3-
version = "0.4.4"
3+
version = "0.4.5"
44
description = "LLM Benchmark for Throughputs via Ollama"
55
authors = ["Jason Chuang <[email protected]>"]
66
license = "MIT"
@@ -23,7 +23,7 @@ requests = "^2.32.3"
2323
psutil = "^5.9.8"
2424
GPUtil = "^1.4.0"
2525
lib-platform = "^1.2.10"
26-
setuptools = "^70.0.0"
26+
setuptools = "^78.1.1"
2727

2828
[tool.poetry.group.dev.dependencies]
2929
pytest = "^8.1.1"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ colorama==0.4.6
77
exceptiongroup==1.2.0
88
fake-winreg==1.6.3
99
GPUtil==1.4.0
10-
h11==0.14.0
10+
h11==0.16.0
1111
httpcore==1.0.5
1212
httpx==0.27.0
1313
idna==3.7

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='llm_benchmark',
8-
version='0.4.4',
8+
version='0.4.5',
99
author='Jason Chuang',
1010
author_email='[email protected]',
1111
description='LLM Benchmark',

0 commit comments

Comments
 (0)