Skip to content

Commit b61abdf

Browse files
fixes dependabot alerts (#84)
1 parent 4813bd1 commit b61abdf

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

gpu-requirements.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
--extra-index-url https://download.pytorch.org/whl/cu113
88

9-
aiohttp==3.8.5
9+
aiohttp==3.9.3
1010
# via
1111
# cohere
1212
# openai
@@ -44,7 +44,6 @@ certifi==2024.2.2
4444
charset-normalizer==3.3.2
4545
# via
4646
# -r requirements/torch-cuda-requirements.txt
47-
# aiohttp
4847
# requests
4948
click==8.1.7
5049
# via
@@ -100,7 +99,7 @@ idna==3.6
10099
# yarl
101100
importlib-metadata==6.7.0
102101
# via cohere
103-
jinja2==3.1.2
102+
jinja2==3.1.3
104103
# via spacy
105104
jmespath==1.0.1
106105
# via
@@ -156,7 +155,7 @@ pandas==1.5.1
156155
# via -r requirements/torch-cuda-requirements.txt
157156
pathy==0.6.2
158157
# via spacy
159-
pillow==10.1.0
158+
pillow==10.2.0
160159
# via torchvision
161160
preshed==3.0.8
162161
# via

requirements.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
--extra-index-url https://download.pytorch.org/whl/cpu
88

9-
aiohttp==3.8.5
9+
aiohttp==3.9.3
1010
# via
1111
# cohere
1212
# openai
@@ -44,7 +44,6 @@ certifi==2024.2.2
4444
charset-normalizer==3.3.2
4545
# via
4646
# -r requirements/torch-cpu-requirements.txt
47-
# aiohttp
4847
# requests
4948
click==8.1.7
5049
# via
@@ -98,7 +97,7 @@ idna==3.6
9897
# anyio
9998
# requests
10099
# yarl
101-
jinja2==3.1.2
100+
jinja2==3.1.3
102101
# via spacy
103102
jmespath==1.0.1
104103
# via
@@ -154,7 +153,7 @@ pandas==1.5.1
154153
# via -r requirements/torch-cpu-requirements.txt
155154
pathy==0.6.2
156155
# via spacy
157-
pillow==10.1.0
156+
pillow==10.2.0
158157
# via torchvision
159158
preshed==3.0.8
160159
# via

0 commit comments

Comments
 (0)