Skip to content

Commit 2ce601e

Browse files
Merge remote-tracking branch 'upstream/master' into napoleon
2 parents 5671d7c + bcaf470 commit 2ce601e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

floss/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
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"

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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
]
4545
dynamic = ["version", "readme"]
4646

4747
[tool.setuptools.dynamic]
4848
version = {attr = "floss.version.__version__"}
49-
readme = {file = "README.md"}
49+
readme = {file = "README.md", content-type = "text/markdown"}
5050

5151
[tool.setuptools]
5252
packages = ["floss", "floss.sigs"]
@@ -55,8 +55,8 @@ packages = ["floss", "floss.sigs"]
5555
dev = [
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
]
7070
build = [
7171
"pyinstaller==6.5.0",
72-
"setuptools==69.1.1",
72+
"setuptools==69.5.1",
7373
"build==1.0.3"
7474
]
7575

0 commit comments

Comments
 (0)