mirror of
https://github.com/mandiant/capa.git
synced 2025-12-05 20:40:05 -08:00
Compare commits
3 Commits
7844ebb144
...
895b2440c0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
895b2440c0 | ||
|
|
c901f809a2 | ||
|
|
308b3e5c1c |
@@ -122,7 +122,7 @@ dev = [
|
||||
# we want all developer environments to be consistent.
|
||||
# These dependencies are not used in production environments
|
||||
# and should not conflict with other libraries/tooling.
|
||||
"pre-commit==4.2.0",
|
||||
"pre-commit==4.5.0",
|
||||
"pytest==8.0.0",
|
||||
"pytest-sugar==1.1.1",
|
||||
"pytest-instafail==0.5.0",
|
||||
@@ -138,7 +138,7 @@ dev = [
|
||||
"flake8-use-pathlib==0.3.0",
|
||||
"flake8-copyright==0.2.4",
|
||||
"ruff==0.12.0",
|
||||
"black==25.1.0",
|
||||
"black==25.11.0",
|
||||
"isort==6.0.0",
|
||||
"mypy==1.17.1",
|
||||
"mypy-protobuf==3.6.0",
|
||||
|
||||
@@ -31,7 +31,7 @@ pydantic==2.12.4
|
||||
# but dependabot updates these separately (which is broken) and is annoying,
|
||||
# so we rely on pydantic to pull in the right version of pydantic-core.
|
||||
# pydantic-core==2.23.4
|
||||
xmltodict==0.14.2
|
||||
xmltodict==1.0.2
|
||||
pyelftools==0.32
|
||||
pygments==2.19.1
|
||||
python-flirt==0.9.2
|
||||
|
||||
Reference in New Issue
Block a user