From 7d652836f1b1fed93f4cde51ab47bd9c1e7e515d Mon Sep 17 00:00:00 2001 From: Chandra Prakash Date: Mon, 6 May 2024 22:35:12 +0100 Subject: [PATCH 1/2] Fix macOS build failure --- requirements-dev.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index a423f24..6331e4b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -31,7 +31,7 @@ multiprocess==0.70.15 mypy==0.720 mypy-extensions==0.4.1 nodeenv==1.3.3 -packaging==21.3 +packaging>=23.1 pluggy==0.13.0 pre-commit==2.17.0 py==1.11.0 @@ -40,7 +40,7 @@ pyrsistent==0.15.4 pytest==6.2.2 python-dateutil==2.8.0 pytz==2019.2 -PyYAML==5.4 +PyYAML>=6 requests==2.31.0 rfc3987==1.3.8 simplejson==3.16.0 From 8e9b277e18f86bfea6ff39d29014d06f034201c7 Mon Sep 17 00:00:00 2001 From: Chandra Prakash Date: Tue, 7 May 2024 05:04:01 -0700 Subject: [PATCH 2/2] update version --- fuzz_lightyear/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuzz_lightyear/version.py b/fuzz_lightyear/version.py index 636ac44..c0c3aeb 100644 --- a/fuzz_lightyear/version.py +++ b/fuzz_lightyear/version.py @@ -1 +1 @@ -VERSION = '0.0.10' +VERSION = '0.0.11'