diff --git a/CHANGELOG.md b/CHANGELOG.md index d34d73be7..09143cab1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,9 +10,10 @@ ### Breaking Changes -### New Rules (1) +### New Rules (2) - nursery/upload-file-to-onedrive jaredswilson@google.com ervinocampo@google.com +- data-manipulation/encoding/base64/decode-data-using-base64-via-vbmi-lookup-table still@teamt5.org - ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 87411b61b..9f0342b7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 diff --git a/requirements.txt b/requirements.txt index 46fe81b74..67a6b2acb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 @@ -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 diff --git a/rules b/rules index 936d5b24f..0e2500fa8 160000 --- a/rules +++ b/rules @@ -1 +1 @@ -Subproject commit 936d5b24f468bd1e699a2050b467e41eed9c1be4 +Subproject commit 0e2500fa8afac0957a616b7b14c7d38ee1beb588 diff --git a/tests/data b/tests/data index 645d50d76..245d1dbfe 160000 --- a/tests/data +++ b/tests/data @@ -1 +1 @@ -Subproject commit 645d50d76f03fc02b24044c84b6ceb21b3548cac +Subproject commit 245d1dbfed3b15203a77ae9271f284f50d7effa2