python3Packages.logurich: relax rich, python3Packages.cyvest: 5.3.0 -> 5.3.3 (#501746)

This commit is contained in:
Fabian Affolter
2026-03-20 22:07:45 +00:00
committed by GitHub
2 changed files with 4 additions and 2 deletions
@@ -15,14 +15,14 @@
buildPythonPackage (finalAttrs: {
pname = "cyvest";
version = "5.3.0";
version = "5.3.3";
pyproject = true;
src = fetchFromGitHub {
owner = "PakitoSec";
repo = "cyvest";
tag = "v${finalAttrs.version}";
hash = "sha256-FoQxhQHV1VuLfCsi3eRtxhFhuiHOtRDQc8+bhln+MOQ=";
hash = "sha256-4vNfv5dIoeRhnTXNFgqvtxBaCONceXnJhF9RsLD1CIA=";
};
postPatch = ''
@@ -26,6 +26,8 @@ buildPythonPackage (finalAttrs: {
--replace-fail "uv_build>=0.9.20,<0.10.0" "uv_build"
'';
pythonRelaxDeps = [ "rich" ];
build-system = [ uv-build ];
dependencies = [