Skip to content

Commit a9f4887

Browse files
authored
Update transitive dependencies to address most Dependabot security alerts (stanford-crfm#1840)
1 parent d2bfe7a commit a9f4887

File tree

3 files changed

+15
-18
lines changed

3 files changed

+15
-18
lines changed

requirements.txt

+12-13
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
2captcha-python==1.1.3
22
absl-py==1.2.0
33
aiodns==3.0.0
4-
aiohttp==3.8.3
4+
aiohttp==3.8.5
55
aiohttp-retry==2.8.3
66
aiosignal==1.2.0
77
aleph-alpha-client==2.14.0
@@ -21,7 +21,7 @@ bottle==0.12.23
2121
cachetools==5.2.0
2222
catalogue==2.0.8
2323
cattrs==22.2.0
24-
certifi==2022.12.7
24+
certifi==2023.7.22
2525
cffi==1.15.1
2626
cfgv==3.3.1
2727
charset-normalizer==2.1.1
@@ -55,7 +55,7 @@ greenlet==1.1.3
5555
gunicorn==20.1.0
5656
h11==0.14.0
5757
httplib2==0.20.4
58-
huggingface-hub==0.11.0
58+
huggingface-hub==0.15.1
5959
icetk==0.0.4
6060
identify==2.5.6
6161
idna==3.4
@@ -75,7 +75,7 @@ MarkupSafe==2.1.1
7575
matplotlib==3.6.0
7676
mccabe==0.7.0
7777
moverscore==1.0.3
78-
mpmath==1.2.1
78+
mpmath==1.3.0
7979
multidict==6.0.2
8080
multiprocess==0.70.13
8181
murmurhash==1.0.8
@@ -94,7 +94,7 @@ pandas==1.5.0
9494
pandas-stubs==1.5.0.221003
9595
parameterized==0.8.1
9696
pathspec==0.10.1
97-
pathy==0.6.2
97+
pathy==0.10.2
9898
Pillow==9.3.0
9999
platformdirs==2.5.2
100100
pluggy==1.0.0
@@ -124,7 +124,7 @@ pytrec-eval==0.5
124124
pytz==2022.4
125125
PyYAML==6.0
126126
regex==2022.9.13
127-
requests==2.28.1
127+
requests==2.31.0
128128
responses==0.18.0
129129
retrying==1.3.4
130130
rouge-score==0.1.2
@@ -134,18 +134,17 @@ sacrebleu==2.2.1
134134
sacremoses==0.0.53
135135
scaleapi==2.13.0
136136
scikit-learn==1.1.2
137-
scipy==1.9.1
137+
scipy==1.10.0
138138
selenium==4.8.0
139139
sentencepiece==0.1.97
140140
simple-slurm==0.2.6
141141
six==1.16.0
142-
sklearn==0.0
143142
smart-open==5.2.1
144143
sniffio==1.3.0
145144
sortedcontainers==2.4.0
146145
soupsieve==2.3.2.post1
147-
spacy==3.2.4
148-
spacy-legacy==3.0.10
146+
spacy==3.5.4
147+
spacy-legacy==3.0.12
149148
spacy-loggers==1.0.3
150149
sqlitedict==1.7.0
151150
srsly==2.4.4
@@ -154,7 +153,7 @@ summ-eval==0.892
154153
surge-api==1.1.0
155154
sympy==1.11.1
156155
tabulate==0.9.0
157-
thinc==8.0.17
156+
thinc==8.1.12
158157
threadpoolctl==3.1.0
159158
tiktoken==0.3.3
160159
tls-client==0.1.8
@@ -166,7 +165,7 @@ torchvision==0.13.1 ; sys_platform == "darwin"
166165
torch==1.12.1+cu113 ; sys_platform == "linux"
167166
torchvision==0.13.1+cu113 ; sys_platform == "linux"
168167
tqdm==4.64.1
169-
transformers==4.28.1
168+
transformers==4.33.1
170169
trio==0.22.0
171170
trio-websocket==0.9.2
172171
typer==0.4.2
@@ -178,7 +177,7 @@ types-tabulate==0.9.0.0
178177
types-urllib3==1.26.25
179178
typing==3.7.4.3
180179
typing_extensions==4.4.0
181-
uncertainty-calibration==0.1.3
180+
uncertainty-calibration==0.1.4
182181
undetected-chromedriver==3.2.1
183182
uritemplate==4.1.1
184183
urllib3==1.26.12

scripts/data_overlap/requirements-freeze.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apache-beam==2.47.0
22
bitarray==2.7.3
3-
certifi==2023.5.7
3+
certifi==2023.7.22
44
charset-normalizer==3.1.0
55
click==8.1.3
66
cloudpickle==2.2.1

setup.cfg

+2-4
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,8 @@ install_requires=
4848
nltk~=3.7
4949
pyext~=0.7
5050
rouge-score~=0.1.2
51-
scipy~=1.9.1
52-
uncertainty-calibration~=0.1.3
53-
# Work around https://github.com/p-lambda/verified_calibration/issues/11
54-
# TODO: Remove after this issue is resolved
51+
scipy~=1.10.0
52+
uncertainty-calibration~=0.1.4
5553
scikit-learn~=1.1.2
5654

5755
# Models and Metrics Extras

0 commit comments

Comments
 (0)