Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
[security] Bump dependencies for security vulnerabilities (#3720)
Browse files Browse the repository at this point in the history
* [security] Bump dependencies for security vulnerabilities

* Bump with mephisto
  • Loading branch information
stephenroller committed Jul 7, 2021
1 parent e357c94 commit f0d17d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -167,7 +167,7 @@ commands:
command: |
cd ..
git clone git@github.com:facebookresearch/Mephisto.git Mephisto
cd Mephisto; git checkout v0.3.3 -b stable
cd Mephisto; git checkout v0.3.4 -b stable
pip install -r requirements.txt
python setup.py develop
# `echo` so that ENTER will be pressed at the prompt
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
@@ -1,5 +1,5 @@
boto3==1.9.246
botocore==1.12.246
boto3==1.17.95
botocore==1.20.95
coloredlogs==14.0
datasets==1.4.1
docutils<0.16,>=0.14
Expand Down Expand Up @@ -46,7 +46,7 @@ tornado==6.0.4
tqdm~=4.38.0
typing-extensions==3.7.4.1
Unidecode==1.1.1
urllib3~=1.25.9
urllib3>=1.26.5
websocket-client==0.56.0
websocket-server==0.4
jsonlines==1.2.0

0 comments on commit f0d17d4

Please sign in to comment.