File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11# Copyright (C) 2017 Mandiant, Inc. All Rights Reserved.
22# caution: this file gets overwritten when building using PyInstaller, don't add required data in here without handling
3- __version__ = "3.0.1 "
3+ __version__ = "3.1.0 "
Original file line number Diff line number Diff line change @@ -34,19 +34,19 @@ dependencies = [
3434 " tabulate==0.9.0" ,
3535 " vivisect==1.1.1" ,
3636 " viv-utils[flirt]==0.7.9" ,
37- " pydantic==2.6 .0" ,
37+ " pydantic==2.7 .0" ,
3838 " tqdm==4.66.2" ,
3939 " networkx==3.1" ,
4040 " halo==0.0.31" ,
41- " rich==13.4.2 " ,
41+ " rich==13.7.1 " ,
4242 " pefile>=2022.5.30" ,
4343 " binary2strings==0.1.13" ,
4444]
4545dynamic = [" version" , " readme" ]
4646
4747[tool .setuptools .dynamic ]
4848version = {attr = " floss.version.__version__" }
49- readme = {file = " README.md" }
49+ readme = {file = " README.md" , content-type = " text/markdown " }
5050
5151[tool .setuptools ]
5252packages = [" floss" , " floss.sigs" ]
@@ -55,8 +55,8 @@ packages = ["floss", "floss.sigs"]
5555dev = [
5656 " pre-commit==3.5.0" ,
5757 " pyyaml==6.0.1" ,
58- " pytest==8.0.2 " ,
59- " pytest-sugar==0.9.4 " ,
58+ " pytest==8.1.1 " ,
59+ " pytest-sugar==1.0.0 " ,
6060 " pytest-instafail==0.5.0" ,
6161 " pytest-cov==4.1.0" ,
6262 " pycodestyle==2.11.1" ,
@@ -69,7 +69,7 @@ dev = [
6969]
7070build = [
7171 " pyinstaller==6.5.0" ,
72- " setuptools==69.1 .1" ,
72+ " setuptools==69.5 .1" ,
7373 " build==1.0.3"
7474]
7575
You can’t perform that action at this time.
0 commit comments