mirror of
https://github.com/mandiant/capa.git
synced 2026-01-22 09:19:00 -08:00
Compare commits
8 Commits
feature/se
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f275dd181a | ||
|
|
2a44482076 | ||
|
|
a359745765 | ||
|
|
203cc0aa0c | ||
|
|
3642ca94a6 | ||
|
|
8e233ca69d | ||
|
|
d5c23486e3 | ||
|
|
7600dd077b |
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
@@ -4,6 +4,12 @@ updates:
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
groups:
|
||||
pyasn1-updates:
|
||||
patterns:
|
||||
- "pyasn1"
|
||||
- "pyasn1-modules"
|
||||
- "vivisect"
|
||||
ignore:
|
||||
- dependency-name: "*"
|
||||
update-types: ["version-update:semver-patch"]
|
||||
|
||||
@@ -145,10 +145,10 @@ dev = [
|
||||
"flake8-use-pathlib==0.3.0",
|
||||
"flake8-copyright==0.2.4",
|
||||
"ruff==0.14.7",
|
||||
"black==25.12.0",
|
||||
"black==26.1.0",
|
||||
"isort==7.0.0",
|
||||
"mypy==1.19.1",
|
||||
"mypy-protobuf==4.0.0",
|
||||
"mypy-protobuf==5.0.0",
|
||||
"PyGithub==2.8.1",
|
||||
"bump-my-version==1.2.4",
|
||||
# type stubs for mypy
|
||||
@@ -165,7 +165,7 @@ build = [
|
||||
# we want all developer environments to be consistent.
|
||||
# These dependencies are not used in production environments
|
||||
# and should not conflict with other libraries/tooling.
|
||||
"pyinstaller==6.17.0",
|
||||
"pyinstaller==6.18.0",
|
||||
"setuptools==80.9.0",
|
||||
"build==1.4.0"
|
||||
]
|
||||
|
||||
@@ -44,6 +44,6 @@ setuptools==80.9.0
|
||||
six==1.17.0
|
||||
sortedcontainers==2.4.0
|
||||
viv-utils==0.8.0
|
||||
vivisect==1.2.1
|
||||
vivisect==1.3.0
|
||||
msgspec==0.20.0
|
||||
bump-my-version==1.2.4
|
||||
|
||||
Reference in New Issue
Block a user