From 211e83311d4a9b67bf4a68714c549acf42a3c23c Mon Sep 17 00:00:00 2001 From: wygud Date: Sun, 25 Jan 2026 15:29:07 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=9F=A2=20pyproject.toml=20for=20version?= =?UTF-8?q?=20and=20dependency=20updates=20=F0=9F=9B=A0=EF=B8=8F=20pyproje?= =?UTF-8?q?ct.toml=20->=20Updated=20'ruff'=20version=20in=20lint=20section?= =?UTF-8?q?=20=F0=9F=9B=A0=EF=B8=8F=20pyproject.toml=20->=20Changed=20'tra?= =?UTF-8?q?ctor'=20git=20branch=20to=20'macos=5Ffixed=5F2025'=20?= =?UTF-8?q?=F0=9F=94=B4=20uv.lock=20->=20Removed=20old=20'tractor'=20git?= =?UTF-8?q?=20branch=20'piker=5Fpin'=20=F0=9F=9B=A0=EF=B8=8F=20uv.lock=20-?= =?UTF-8?q?>=20Updated=20'tractor'=20git=20branch=20to=20'macos=5Ffixed=5F?= =?UTF-8?q?2025'=20=F0=9F=9B=A0=EF=B8=8F=20uv.lock=20->=20Modified=20'trac?= =?UTF-8?q?tor'=20source=20URL=20with=20new=20branch=20and=20commit=20hash?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uv.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uv.lock b/uv.lock index e0f3d7fd..4f091bca 100644 --- a/uv.lock +++ b/uv.lock @@ -1099,7 +1099,7 @@ requires-dist = [ { name = "tomli", specifier = ">=2.0.1,<3.0.0" }, { name = "tomli-w", specifier = ">=1.0.0,<2.0.0" }, { name = "tomlkit", git = "https://github.com/pikers/tomlkit.git?branch=piker_pin" }, - { name = "tractor", git = "https://github.com/goodboy/tractor.git?branch=piker_pin" }, + { name = "tractor", git = "https://pikers.dev/goodboy/tractor?branch=macos_fixed_2025" }, { name = "trio", specifier = ">=0.27" }, { name = "trio-typing", specifier = ">=0.10.0" }, { name = "trio-util", specifier = ">=0.7.0,<0.8.0" }, @@ -1843,7 +1843,7 @@ source = { git = "https://github.com/pikers/tomlkit.git?branch=piker_pin#8e0239a [[package]] name = "tractor" version = "0.1.0a6.dev0" -source = { git = "https://github.com/goodboy/tractor.git?branch=piker_pin#e232d9dd06f41b8dca997f0647f2083d27cc34f2" } +source = { git = "https://pikers.dev/goodboy/tractor?branch=macos_fixed_2025#356b55701c7597ef6110e836b65c5f6b1ef73659" } dependencies = [ { name = "bidict" }, { name = "cffi" },