From 6e513b28843e2bc1c8397531c331ad1b2ac3296e Mon Sep 17 00:00:00 2001 From: matt Date: Fri, 1 May 2026 16:55:48 -0400 Subject: [PATCH 1/3] Update .clabot added spencer --- .clabot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clabot b/.clabot index 3bc1117..353d150 100644 --- a/.clabot +++ b/.clabot @@ -1,4 +1,4 @@ { - "contributors": [ "dabacon", "mjk" ], + "contributors": [ "dabacon", "mjk", "splch" ], "message": "We require contributors to sign our Contributor License Agreement, and we don't have one on file for your GitHub username. In order for us to review and merge your code, please contact @mjk or opensource@ionq.com to sign the CLA." } From 533248740c589c8a5ab978abf7feca22ab61d4d8 Mon Sep 17 00:00:00 2001 From: matt Date: Fri, 1 May 2026 20:50:51 -0400 Subject: [PATCH 2/3] Update requirements-dev.txt pinning black --- ci/requirements-dev.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/requirements-dev.txt b/ci/requirements-dev.txt index c682e36..3280240 100644 --- a/ci/requirements-dev.txt +++ b/ci/requirements-dev.txt @@ -1,8 +1,8 @@ pytest pytest-cov -black +black==*22.3.0^ black[jupyter] pymore mypy==1.2.0 pylint -twine \ No newline at end of file +twine From c3f59a6e8a9665c68e8af39fde664e38e3148cfa Mon Sep 17 00:00:00 2001 From: matt Date: Fri, 1 May 2026 20:52:58 -0400 Subject: [PATCH 3/3] Update requirements-dev.txt --- ci/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/requirements-dev.txt b/ci/requirements-dev.txt index 3280240..990e846 100644 --- a/ci/requirements-dev.txt +++ b/ci/requirements-dev.txt @@ -1,6 +1,6 @@ pytest pytest-cov -black==*22.3.0^ +black==22.3.0 black[jupyter] pymore mypy==1.2.0