Skip to content

Commit

Permalink
Fix vulnerability in tqdm dependency (#2404)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #2404

Automated checkup noticed that this repo is using a version of tqdm with a known security vulnerability:  P1230616905. Moreover, D57063468 changes to the new version in fbpcp and comments indicate that these versions should be kept in sync.

Reviewed By: ankushksingh, joe1234wu

Differential Revision: D57464049

fbshipit-source-id: e8c25efb490a66a4404571c909db6164b994fdd8
  • Loading branch information
tyurek authored and facebook-github-bot committed May 16, 2024
1 parent d4bd068 commit 5b83e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fbpcs/pip_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ termcolor==1.1.0
thriftpy2==0.4.14
pytz>=2022.1
thrift>=0.16.0 # logging_service client requires this
tqdm==4.55.1 # fbpcp requires this version, so we must as well
tqdm==4.66.3 # fbpcp requires this version, so we must as well
urllib3==1.26.18 # fbpcp requires this version, so we must as well

0 comments on commit 5b83e91

Please sign in to comment.