mirror of
https://github.com/mandiant/capa.git
synced 2026-01-22 17:29:05 -08:00
Compare commits
8 Commits
feature/se
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
90423e27a8 | ||
|
|
2a44482076 | ||
|
|
a359745765 | ||
|
|
203cc0aa0c | ||
|
|
3642ca94a6 | ||
|
|
8e233ca69d | ||
|
|
d5c23486e3 | ||
|
|
7600dd077b |
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
@@ -4,6 +4,12 @@ updates:
|
|||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
|
groups:
|
||||||
|
pyasn1-updates:
|
||||||
|
patterns:
|
||||||
|
- "pyasn1"
|
||||||
|
- "pyasn1-modules"
|
||||||
|
- "vivisect"
|
||||||
ignore:
|
ignore:
|
||||||
- dependency-name: "*"
|
- dependency-name: "*"
|
||||||
update-types: ["version-update:semver-patch"]
|
update-types: ["version-update:semver-patch"]
|
||||||
|
|||||||
@@ -148,7 +148,7 @@ dev = [
|
|||||||
"black==25.12.0",
|
"black==25.12.0",
|
||||||
"isort==7.0.0",
|
"isort==7.0.0",
|
||||||
"mypy==1.19.1",
|
"mypy==1.19.1",
|
||||||
"mypy-protobuf==4.0.0",
|
"mypy-protobuf==5.0.0",
|
||||||
"PyGithub==2.8.1",
|
"PyGithub==2.8.1",
|
||||||
"bump-my-version==1.2.4",
|
"bump-my-version==1.2.4",
|
||||||
# type stubs for mypy
|
# type stubs for mypy
|
||||||
@@ -165,7 +165,7 @@ build = [
|
|||||||
# we want all developer environments to be consistent.
|
# we want all developer environments to be consistent.
|
||||||
# These dependencies are not used in production environments
|
# These dependencies are not used in production environments
|
||||||
# and should not conflict with other libraries/tooling.
|
# and should not conflict with other libraries/tooling.
|
||||||
"pyinstaller==6.17.0",
|
"pyinstaller==6.18.0",
|
||||||
"setuptools==80.9.0",
|
"setuptools==80.9.0",
|
||||||
"build==1.4.0"
|
"build==1.4.0"
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ ida-settings==3.2.2
|
|||||||
intervaltree==3.2.1
|
intervaltree==3.2.1
|
||||||
markdown-it-py==4.0.0
|
markdown-it-py==4.0.0
|
||||||
mdurl==0.1.2
|
mdurl==0.1.2
|
||||||
msgpack==1.0.8
|
msgpack==1.1.2
|
||||||
networkx==3.4.2
|
networkx==3.4.2
|
||||||
pefile==2024.8.26
|
pefile==2024.8.26
|
||||||
pip==25.3
|
pip==25.3
|
||||||
@@ -44,6 +44,6 @@ setuptools==80.9.0
|
|||||||
six==1.17.0
|
six==1.17.0
|
||||||
sortedcontainers==2.4.0
|
sortedcontainers==2.4.0
|
||||||
viv-utils==0.8.0
|
viv-utils==0.8.0
|
||||||
vivisect==1.2.1
|
vivisect==1.3.0
|
||||||
msgspec==0.20.0
|
msgspec==0.20.0
|
||||||
bump-my-version==1.2.4
|
bump-my-version==1.2.4
|
||||||
|
|||||||
Reference in New Issue
Block a user