Skip to content

Commit

Permalink
Merge pull request #8876 from Smartappli/tqdm
Browse files Browse the repository at this point in the history
  • Loading branch information
rasswanth-s authored May 31, 2024
2 parents 7ce8fbf + bd1b538 commit 5f0ab4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/syft/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ syft =
pymongo==4.6.2
pynacl==1.5.0
pyzmq>=23.2.1,<=25.1.1
requests==2.32.2
requests==2.32.3
RestrictedPython==7.0
result==0.16.1
tqdm==4.66.4
Expand Down
2 changes: 1 addition & 1 deletion packages/syftcli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__version__ = "0.1.11"

packages = [
"requests==2.32.0",
"requests==2.32.2",
"pyyaml==6.0.1",
"packaging==21.3",
"typer[all]==0.9.0",
Expand Down

0 comments on commit 5f0ab4f

Please sign in to comment.