mirror of
https://github.com/mandiant/capa.git
synced 2025-12-12 23:59:48 -08:00
Compare commits
8 Commits
backend/py
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
40b01f0998 | ||
|
|
b96a3b6b23 | ||
|
|
43e5e60901 | ||
|
|
0f9f72dbd5 | ||
|
|
fd9f584cc4 | ||
|
|
c3b785e217 | ||
|
|
6ae17f7ef4 | ||
|
|
13297ad324 |
@@ -127,7 +127,7 @@ dev = [
|
||||
"pytest-sugar==1.1.1",
|
||||
"pytest-instafail==0.5.0",
|
||||
"flake8==7.3.0",
|
||||
"flake8-bugbear==25.10.21",
|
||||
"flake8-bugbear==25.11.29",
|
||||
"flake8-encodings==0.5.1",
|
||||
"flake8-comprehensions==3.17.0",
|
||||
"flake8-logging-format==0.9.0",
|
||||
@@ -138,7 +138,7 @@ dev = [
|
||||
"flake8-use-pathlib==0.3.0",
|
||||
"flake8-copyright==0.2.4",
|
||||
"ruff==0.14.7",
|
||||
"black==25.11.0",
|
||||
"black==25.12.0",
|
||||
"isort==6.0.0",
|
||||
"mypy==1.17.1",
|
||||
"mypy-protobuf==3.6.0",
|
||||
@@ -148,7 +148,7 @@ dev = [
|
||||
"types-backports==0.1.3",
|
||||
"types-colorama==0.4.15.11",
|
||||
"types-PyYAML==6.0.8",
|
||||
"types-psutil==7.0.0.20250218",
|
||||
"types-psutil==7.1.3.20251202",
|
||||
"types_requests==2.32.0.20240712",
|
||||
"types-protobuf==6.32.1.20250918",
|
||||
"deptry==0.23.0"
|
||||
|
||||
@@ -44,5 +44,5 @@ six==1.17.0
|
||||
sortedcontainers==2.4.0
|
||||
viv-utils==0.8.0
|
||||
vivisect==1.2.1
|
||||
msgspec==0.19.0
|
||||
msgspec==0.20.0
|
||||
bump-my-version==1.2.4
|
||||
|
||||
Reference in New Issue
Block a user