diff --git a/capa/version.py b/capa/version.py index f2f931fc..ca521fd6 100644 --- a/capa/version.py +++ b/capa/version.py @@ -5,7 +5,7 @@ # Unless required by applicable law or agreed to in writing, software distributed under the License # is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and limitations under the License. -__version__ = "6.0.0" +__version__ = "6.1.0" def get_major_version(): diff --git a/pyproject.toml b/pyproject.toml index 52baa103..35b5554c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,10 +77,10 @@ dev = [ "flake8-simplify==0.20.0", "flake8-use-pathlib==0.3.0", "flake8-copyright==0.2.4", - "ruff==0.0.284", + "ruff==0.0.285", "black==23.7.0", "isort==5.11.4", - "mypy==1.5.0", + "mypy==1.5.1", "psutil==5.9.2", "stix2==3.0.1", "requests==2.31.0",