Skip to content

Commit

Permalink
Merge branch 'master' into webui
Browse files Browse the repository at this point in the history
  • Loading branch information
williballenthin authored Aug 8, 2024
2 parents 44cbe66 + 1564f24 commit 312dd0d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@

### Breaking Changes

### New Rules (1)
### New Rules (2)

- nursery/upload-file-to-onedrive [email protected] [email protected]
- data-manipulation/encoding/base64/decode-data-using-base64-via-vbmi-lookup-table [email protected]
-

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,10 @@ dev = [
"flake8-simplify==0.21.0",
"flake8-use-pathlib==0.3.0",
"flake8-copyright==0.2.4",
"ruff==0.5.2",
"ruff==0.5.6",
"black==24.4.2",
"isort==5.13.2",
"mypy==1.10.0",
"mypy==1.11.1",
"mypy-protobuf==3.6.0",
"PyGithub==2.3.0",
# type stubs for mypy
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ msgpack==1.0.8
networkx==3.1
pefile==2023.2.7
pip==24.1.2
protobuf==5.27.1
protobuf==5.27.3
pyasn1==0.4.8
pyasn1-modules==0.2.8
pycparser==2.22
Expand All @@ -40,7 +40,7 @@ six==1.16.0
sortedcontainers==2.4.0
tabulate==0.9.0
termcolor==2.4.0
tqdm==4.66.4
tqdm==4.66.5
viv-utils==0.7.11
vivisect==1.1.1
wcwidth==0.2.13
2 changes: 1 addition & 1 deletion rules
2 changes: 1 addition & 1 deletion tests/data

0 comments on commit 312dd0d

Please sign in to comment.