Skip to content

Commit 780a35d

Browse files
committed
Dependencies now use latest packages
1 parent 171faa9 commit 780a35d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "diffrays"
7-
version = "1.6.1"
7+
version = "1.6.2"
88
description = "Binary Diff Analysis Tool - Decompile, Compare, and Visualize Binary Changes"
99
readme = "README.md"
1010
requires-python = ">=3.8"
@@ -15,9 +15,9 @@ authors = [
1515
]
1616

1717
dependencies = [
18-
"flask>=2.0.0",
19-
"tqdm>=4.60.0",
20-
"ida-domain>=0.1.0",
18+
"flask",
19+
"tqdm",
20+
"ida-domain",
2121
"requests"
2222
]
2323

0 commit comments

Comments
 (0)