Skip to content

Commit

Permalink
Merge branch 'mandiant:master' into feat/lint-duplicate-features
Browse files Browse the repository at this point in the history
  • Loading branch information
v1bh475u authored Jan 28, 2025
2 parents 71e8cd0 + 6eb55d2 commit 582296a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,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.0.1",
"pre-commit==4.1.0",
"pytest==8.0.0",
"pytest-sugar==1.0.0",
"pytest-instafail==0.5.0",
Expand Down Expand Up @@ -150,7 +150,7 @@ dev = [
"types-psutil==6.1.0.20241102",
"types_requests==2.32.0.20240712",
"types-protobuf==5.29.1.20241207",
"deptry==0.22.0"
"deptry==0.23.0"
]
build = [
# Dev and build dependencies are not relaxed because
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ mdurl==0.1.2
msgpack==1.0.8
networkx==3.4.2
pefile==2024.8.26
pip==24.3.1
pip==25.0
protobuf==5.29.0
pyasn1==0.5.1
pyasn1-modules==0.3.0
Expand Down
9 changes: 5 additions & 4 deletions web/explorer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web/explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"eslint-plugin-vue": "^9.23.0",
"jsdom": "^24.1.0",
"prettier": "^3.2.5",
"vite": "^5.4.6",
"vite": "^5.4.14",
"vite-plugin-singlefile": "^2.0.2",
"vitest": "^1.6.0"
}
Expand Down

0 comments on commit 582296a

Please sign in to comment.