Skip to content

Commit

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

GitHub has identified a security vulnerability in a package dependency defined in the repository, facebookresearch/fbpcp.

Repository: facebookresearch/fbpcp
Manifest file: setup.py
Package name: tqdm
Affected versions: >= 4.4.0, < 4.66.3
Fixed in version: 4.66.3

Differential Revision: D57063468

fbshipit-source-id: 0146ca2fe772eb40c7e827093c5dde1b31c71b5a
  • Loading branch information
Pradeep Nethagani authored and facebook-github-bot committed May 7, 2024
1 parent ed0a9c6 commit eaa4d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"urllib3==1.26.18",
"dataclasses-json==0.5.2",
"pyyaml==5.4.1",
"tqdm==4.55.1",
"tqdm==4.66.3",
"google-cloud-storage==1.30.0",
"docopt==0.6.2",
"schema==0.7.5",
Expand Down

0 comments on commit eaa4d96

Please sign in to comment.