From a8bf24c13e00b281ee8e3439e0534ffbe687de08 Mon Sep 17 00:00:00 2001 From: pyoor Date: Mon, 4 Apr 2022 11:51:39 -0400 Subject: [PATCH] fix: update autobisect to v5.0.0 --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8b0a384..8135500 100644 --- a/poetry.lock +++ b/poetry.lock @@ -48,11 +48,11 @@ tests_no_zope = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (> [[package]] name = "autobisect" -version = "3.1.9" +version = "5.0.0" description = "Automatic bisection utility for Mozilla Firefox and SpiderMonkey" category = "main" optional = false -python-versions = ">=3.6.1,<4.0.0" +python-versions = ">=3.7,<4.0" [package.dependencies] fuzzfetch = ">=2.0.0,<3.0.0" @@ -1352,7 +1352,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "1ae1eab74ebd87a948342c52b61e432e9036057f13854c1ca8989c2fbeec9e5a" +content-hash = "3f87454c8bd0549b4cc7eb5acb979067327ee1df4e27cb2d246a78e8a272f3e6" [metadata.files] arrow = [ @@ -1372,8 +1372,8 @@ attrs = [ {file = "attrs-21.4.0.tar.gz", hash = "sha256:626ba8234211db98e869df76230a137c4c40a12d72445c45d5f5b716f076e2fd"}, ] autobisect = [ - {file = "autobisect-3.1.9-py3-none-any.whl", hash = "sha256:5d9a7a86dc90ad585842ef8c0a0c3e1d95a54183bf8ff90b0a98c4b342ef9f10"}, - {file = "autobisect-3.1.9.tar.gz", hash = "sha256:b4635917c6f51d2a3f522474bc4988f89e44253ebfac438f8addb44eddfd191e"}, + {file = "autobisect-5.0.0-py3-none-any.whl", hash = "sha256:79a4ea82a7b88946d96f8c44e421bd287b309b8edaec07a65f77bd150a134c97"}, + {file = "autobisect-5.0.0.tar.gz", hash = "sha256:2a8ce28278be5732aeb75bc985b2658be0c9f562b9f88151214b9b70104719b0"}, ] black = [ {file = "black-22.1.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:1297c63b9e1b96a3d0da2d85d11cd9bf8664251fd69ddac068b98dc4f34f73b6"}, diff --git a/pyproject.toml b/pyproject.toml index 52f8437..0eb4cc3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ repository = "https://github.com/MozillaSecurity/bugmon" version = "1.2.0" [tool.poetry.dependencies] -autobisect = "^3.1.9" +autobisect = "^5.0.0" bugsy = { git = "https://github.com/AutomatedTester/Bugsy.git" } fuzzfetch = "^2.0.1" python = "^3.7"